[iOS] How to sort an NSMutableArray with custom objects in it? 2017-05-13 範例1: I think this will d… Read More
[iOS] UIStoryboardSegue detecting table cell and opening a viewController? 2017-05-12 在完成了 「客製化TableViewCell (… Read More
[iOS] clang: error: linker command failed with exit code 1 (use -v to see invocation) 2017-05-12 按照別人寫的sample code 完成了客製化… Read More
[iOS] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802) 2017-05-12 這篇超容易踩到的,除了使用 http 會遇到,連… Read More
[iOS] objective c getting substring after and before dot 2017-05-10 字串切割範例: NSString *str = … Read More
[iOS] How do I check if a string contains another string in Objective-C? 2017-05-10 NSString *string = @”hel… Read More