iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
cralison
V2EX  ›  iDev

ARC 下,动态调用方法

  •  
  •   cralison · Jan 22, 2015 · 2807 views
    This topic created in 4128 days ago, the information mentioned may be changed or developed.

    SEL selector = NSSelectorFromString(methodString);
    if ([self respondsToSelector:selector]) {
    //[self performSelector:selector withObject:parameterString];
    MP imp = [self methodForSelector:selector];
    void (*func)(id, SEL, NSString *) = (void *)imp;
    func(self, selector, URLString);
    }

    4 replies    2015-01-22 18:14:35 +08:00
    wuyuchenshishabi
        1
    wuyuchenshishabi  
       Jan 22, 2015
    你想说什么?。。
    dcty
        2
    dcty  
       Jan 22, 2015
    我表示完全没看懂
    rannie
        3
    rannie  
       Jan 22, 2015
    不知所云=。=
    bupo
        4
    bupo  
       Jan 22, 2015   ❤️ 1
    lz估计是想让我等学习一下他的新发现
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5649 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 48ms · UTC 08:41 · PVG 16:41 · LAX 01:41 · JFK 04:41
    ♥ Do have faith in what you're doing.