
sendEvent
bravegogo
知行合一,积学养气
展开
-
sendEvent——A trick for capturing all touch input for the duration of a touch
A trick for capturing all touch input for the duration of a touchIf you’ve ever tried to implement an interactive control that makes use of gestures within a UITableView, or tried to implement a view转载 2016-04-26 23:04:28 · 349 阅读 · 0 评论 -
iOS NSMachPort 线程与进程间的通信
原创:http://blog.youkuaiyun.com/yxh265/article/details/51483822 iOS线程间的通信 iOS中,两个线程之间要想互相通信,可以使用:NSMachPort 下面是例子 #define kMsg1 100 #define kMsg2 101 - (void)viewDidLoad { [super viewDidLoad]; ...转载 2018-07-25 11:20:22 · 2163 阅读 · 0 评论