开发者

Showing a window at launch prevents access to main table view

开发者 https://www.devze.com 2023-03-07 17:16 出处:网络
I am developing a chat application for Mac. Once I log in into my application, I get a notifica开发者_运维知识库tion window showing the users who are online. I am controlling the fade in and fade out

I am developing a chat application for Mac. Once I log in into my application, I get a notifica开发者_运维知识库tion window showing the users who are online. I am controlling the fade in and fade out effect of this window using an NSTimer. My problem is that until all my notifications disappear, I am unable to access the main table view. I am stuck on this issue. Can anyone help me out?


Can you show the notification window in a background thread? By calling performSelectorInBackground

0

精彩评论

暂无评论...
验证码 换一张
取 消