HTML/JavaScript小工具

HTML/JavaScript小工具

2013年4月15日 星期一

ios 6.1 UIAlertView會閃阿閃

要將show的那一段放在main thread

dispatch_async(dispatch_get_main_queue(), ^{ [alterView show]; });

沒有留言:

張貼留言