07 2016 档案

IOS compare 字符串比较
摘要:NSString 比较字符串,我介绍一些常用的方法: NSString *value = @"1234567890"; 比较的方法: [value compare:(NSString *)]; [value compare:(NSString *) options:(NSStringCompareO 阅读全文

posted @ 2016-07-18 20:13 NSSong 阅读(993) 评论(0) 推荐(0)

Cocoa Touch事件处理流程--响应者链
摘要:Cocoa Touch事件处理流程--响应者链 作者:wangzz 原文地址:http://blog.csdn.net/wzzvictory/article/details/9264335 转载请注明出处 如果觉得文章对你有所帮助,请通过留言或关注微信公众帐号wangzzstrive来支持我,谢谢! 阅读全文

posted @ 2016-07-13 20:30 NSSong 阅读(163) 评论(0) 推荐(0)

真机测试及布署Code Sign error问题总结
摘要:Code Sign error: Certificate identity 'iPhone Developer: idf (XR9HN3TD7E)' appears more than once in the keychain. The codesign tool requires there on 阅读全文

posted @ 2016-07-06 11:03 NSSong 阅读(543) 评论(0) 推荐(0)