• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆 - 42  文章 - 3  trackbacks - 0
            <2012年6月>
            272829303112
            3456789
            10111213141516
            17181920212223
            24252627282930
            1234567

            常用鏈接

            留言簿(2)

            隨筆檔案

            文章檔案

            網頁收藏

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            All objects that inherit from NSObject know these three methods:
            isKindOfClass: returns whether an object is that kind of class (inheritance included)
            isMemberOfClass: returns whether an object is that kind of class (no inheritance)
            respondsToSelector: returns whether an object responds to a given method

            Class testing methods take a Class
            You get a Class by sending the class method class to a class :)
            if ([obj isKindOfClass:[NSString class]]) {
            NSString *s = [(NSString *)obj stringByAppendingString:@”xyzzy”];
            }

            Method testing methods take a selector (SEL)
            Special @selector() directive turns the name of a method into a selector
            if ([obj respondsToSelector:@selector(shoot)]) {
            [obj shoot];
            } else if ([obj respondsToSelector:@selector(shootAt:)]) {
            [obj shootAt:target];
            }
            SEL is the Objective-C “type” for a selector
            SEL shootSelector = @selector(shoot);
            SEL shootAtSelector = @selector(shootAt:);
            SEL moveToSelector = @selector(moveTo:withPenColor:);
            posted on 2012-06-04 19:43 鷹擊長空 閱讀(136) 評論(0)  編輯 收藏 引用
            久久国产高潮流白浆免费观看| 亚洲愉拍99热成人精品热久久| 精品综合久久久久久888蜜芽| 国产午夜福利精品久久2021 | 99久久人妻无码精品系列蜜桃 | 精品久久久久久久国产潘金莲| 久久夜色精品国产噜噜噜亚洲AV| 久久国产成人| 日产精品久久久久久久| 国产精品久久国产精麻豆99网站| 久久精品无码一区二区日韩AV| 久久这里只有精品18| 狠狠人妻久久久久久综合| 狠狠综合久久AV一区二区三区| 四虎国产永久免费久久| 亚洲另类欧美综合久久图片区| 青草影院天堂男人久久| 久久久久亚洲精品日久生情| 亚洲欧美日韩久久精品| 成人免费网站久久久| 久久无码国产专区精品| 久久精品视屏| 久久精品女人天堂AV麻| 久久中文娱乐网| 精品综合久久久久久888蜜芽| 亚州日韩精品专区久久久| 国产L精品国产亚洲区久久| 99热精品久久只有精品| 久久亚洲中文字幕精品有坂深雪| 欧美伊人久久大香线蕉综合69| 欧美精品一本久久男人的天堂 | 久久久久久毛片免费看| 久久99毛片免费观看不卡| 久久国产精品成人免费| 久久国产精品一国产精品金尊| 精品无码久久久久国产动漫3d| 一本色道久久88综合日韩精品| 久久久久噜噜噜亚洲熟女综合| 青青草原综合久久大伊人导航| 久久天天躁狠狠躁夜夜不卡| 亚洲中文字幕久久精品无码APP|