码迷,mamicode.com
首页 > 移动开发 > 详细

JSPatch -- iOS hotfix

时间:2016-04-28 06:59:30      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:

wiki: https://github.com/bang590/JSPatch/wiki

 

1. Block

block( ‘int, MyClass *‘, function( paramA, paramB) {    //do something } );

// double is not supported, number of parameters must not greatter than 6.

 

2. dispatch_after() dispatch_async_main() dispatch_sync_main() dispatch_async_global_queue()

e.g.

dispatch_async_main( function() {  //do something } );

JSPatch -- iOS hotfix

标签:

原文地址:http://www.cnblogs.com/alex-wood/p/5441154.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!