首页 > 移动平台 > 详细

JSPatch -- iOS hotfix

时间:2016-04-28 06:58:40      阅读:250      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!