1. iOS開發(fā)--常用技巧 (MJRefresh詳解)
http://blog.csdn.net/mx_xuanxiao/article/details/50595370
2. 如何讓iOS 保持界面流暢?這些技巧你知道嗎
http://www.cocoachina.com/ios/20151130/14477.html
3. iOS多線程知識(shí)點(diǎn)總結(jié)
https://my.oschina.net/u/2429584/blog/491771
4. iOS中通知中心(NSNotificationCenter)的使用總結(jié)
https://my.oschina.net/u/2340880/blog/406163
首先,我們?cè)谛枰邮胀ㄖ牡胤阶?cè)觀察者,比如:
//獲取通知中心單例對(duì)象NSNotificationCenter * center = [NSNotificationCenter defaultCenter];//添加當(dāng)前類對(duì)象為一個(gè)觀察者,name和object設(shè)置為nil,表示接收一切通知[centeraddObserver:selfselector:@selector(notice:)name:@"123"object:nil];
之后,在我們需要時(shí)發(fā)送通知消息
//創(chuàng)建一個(gè)消息對(duì)象NSNotification* notice = [NSNotificationnotificationWithName:@"123"object:niluserInfo:@{@"1":@"123"}];//發(fā)送消息[[NSNotificationCenterdefaultCenter]postNotification:notice];
我們可以在回調(diào)的函數(shù)中取到userInfo內(nèi)容,如下:
-(void)notice:(id)sender{NSLog(@"%@",sender);
}
5. 做成類似與蘋果刪除軟件時(shí)的動(dòng)態(tài)效果
http://www.jb51.net/article/81300.htm
6. [Xcode使用] 自定義代碼塊引用
http://www.th7.cn/Program/IOS/201411/322899.shtml
7. iOS開發(fā)如何實(shí)現(xiàn)版本更新
http://blog.csdn.net/qq_29892943/article/details/50983059
8. Xcode方便開發(fā)的插件推薦
http://www.lxweimin.com/p/51635869b027?utm_campaign=hugo&utm_medium=reader_share&utm_content=note&utm_source=qq
9. 在iOS 8中使用UIAlertController
http://www.cocoachina.com/ios/20141126/10320.html
10. 適配ios9出現(xiàn)的問題:-canOpenURL: failed for URL
https://segmentfault.com/q/1010000003741815
11. iOS開發(fā)常用宏,持續(xù)更新中
http://www.lxweimin.com/p/be00c3f3cafd
12. 看一遍就會(huì)的CocoaPods的安裝和使用教程
http://www.lxweimin.com/p/1711e131987d
13. 用心整理的Mac上好用好玩的軟件們,持續(xù)更新中
http://www.lxweimin.com/p/b304515d225b
14. UIImage圖片處理,旋轉(zhuǎn)、截取、平鋪、縮放等操作,持續(xù)更新中
http://www.lxweimin.com/p/9ab1205f5166
15. iOS小技巧總結(jié),絕對(duì)有你想要的
http://www.lxweimin.com/p/4523eafb4cd4
16. iOS開發(fā)網(wǎng)絡(luò)篇—監(jiān)測(cè)網(wǎng)絡(luò)狀態(tài)
http://www.cnblogs.com/wendingding/p/3950114.html
17. SourceTree下載安裝流程
http://www.unlimax.com/sourcetree.html
http://git.oschina.net/xuejike/yingegou-ios-shop
http://blog.csdn.net/zhuzhihai1988/article/details/8809439
19. App Transfer:蘋果允許iOS App從一個(gè)開發(fā)者帳號(hào)轉(zhuǎn)至另一個(gè)開發(fā)者賬號(hào)(APP過戶)
http://www.chinaapp.org/news/2081.html
20. Ios8 Xcode6 設(shè)置Launch Image 啟動(dòng)圖片
http://blog.sina.com.cn/s/blog_6c97abf10102voui.html
21. iOS 9適配系列教程:后臺(tái)定位
http://www.cocoachina.com/ios/20150624/12200.html
22. iOS 調(diào)起地圖App進(jìn)行導(dǎo)航(百度,高德,系統(tǒng)自帶高德)URL API方式
http://blog.csdn.net/qq_26598821/article/details/51087785
23. Xcode8打印一堆奇怪的東西解決方案
http://blog.csdn.net/zhouzhoujianquan/article/details/52585198
24. iOS中正則表達(dá)式的三種使用方式
http://www.cnblogs.com/wlsxmhz/p/5580671.html
25 iOS開發(fā) - UIAlertController 彈框提醒
http://blog.csdn.net/wangzi11322/article/details/48103425
http://blog.csdn.net/yipanbo/article/details/40047735
http://www.2cto.com/kf/201504/393302.html
27. iOS項(xiàng)目中常用的第三方開源庫(kù)
http://www.open-open.com/lib/view/open1461412274537.html
28. iOS 倒計(jì)時(shí)NSTimer
http://blog.csdn.net/lwjok2007/article/details/47007435
29. 怎么設(shè)置才可以讓你第一次點(diǎn)擊cell的時(shí)候就去調(diào)用tableView:didDeselectRowAtIndexPath這個(gè)方法?
http://bbs.csdn.net/topics/390906413?page=1
29. [iOS] UITableView中搜索功能的學(xué)習(xí)與實(shí)現(xiàn)(一)
http://www.tuicool.com/articles/vQ7Z3qu
29. 源碼篇:MBProgressHUD
http://www.cocoachina.com/ios/20150417/11598.html
30.? 數(shù)組字典轉(zhuǎn)Json
http://zhidao.baidu.com/link?url=nwi3cOHesN9TJJwMSOxcw4Yf_uAxHGUDtQFjqM2nZSpa-n2IRA4VzN56VTZafwa73w0QvTBfWUm8ucOxy26eYjcW5weOO6W0OV7_3aQ-cdy
31. Mac軟件下載地址
http://www.pc6.com/mac/111056.html
http://www.cr173.com/soft/89509.html
32. Xcode8時(shí)代讓我們一起繼續(xù)使用我們的插件吧
http://www.cocoachina.com/ios/20161129/18208.html
33. iOS自定義滑動(dòng)分段選擇Slider
https://github.com/WenryXu/TTRangeSlider/tree/master/
34. ios 開源庫(kù)
http://www.open-open.com/lib/tag/IOS
http://www.oschina.net/p/WLRangeSlider?fromerr=CuS5AvJf
35. searchViewController
http://www.myexception.cn/operating-system/1916719.html
36. 調(diào)用系統(tǒng)通訊錄
http://blog.csdn.net/l2i2j2/article/details/51040099
37.TableviewGroup陰影加圓角 長(zhǎng)按拖拽排序
http://www.cocoachina.com/ios/20161208/18323.html
http://www.cocoachina.com/ios/20161209/18328.html
38. [iOS 交互]淺析餓了么/手淘全屏下拉進(jìn)入活動(dòng)會(huì)場(chǎng)
http://www.cocoachina.com/ios/20161124/18174.html
39.通過頁面調(diào)用APP【H5與APP互通】
http://www.tuicool.com/articles/uQr6Fff
40.iOS平臺(tái)下cookie的使用
http://www.lxweimin.com/p/65094611980c
http://blog.csdn.net/leaderqiu/article/details/51955956
42. Xcode8 編譯ipa、applicaiton loader提交成功 但是、iTunes connect構(gòu)建版本不顯示
http://blog.csdn.net/u012439774/article/details/52640088
43. 記錄一下今天面試被問到的題目以及自己的解答情況
http://www.cocoachina.com/bbs/read.php?tid-1709767-page-1.html
44. 反向傳值
http://www.oschina.net/code/snippet_2248391_50991
45.iOS用CGContextRef畫各種圖形
http://blog.csdn.net/rhljiayou/article/details/9919713
45. 阿里開源框架
wex5 跨平臺(tái)開發(fā)
阿里百川 熱更新
hybird webview與html5混合開發(fā)
46. 界面布局庫(kù):
OC1.3.2: https://github.com/youngsoft/MyLinearLayout
Swift1.0.3: https://github.com/youngsoft/TangramKit
47. xcode使用git?
http://www.cocoachina.com/ios/20140524/8536.html
48. 安裝個(gè)人博客
http://www.lxweimin.com/p/4eaddcbe4d12
http://blog.csdn.net/q617610589/article/details/51456152
49. block傳值以及利用block封裝一個(gè)網(wǎng)絡(luò)請(qǐng)求類
http://www.tuicool.com/articles/jMvqMvj
50. toast(uiview) 類似于android的iostoast功能實(shí)現(xiàn)
http://blog.csdn.net/zhanglei1239/article/details/9833509
51. iOS開發(fā)中如何管理多個(gè)版本的Cocoapods、gem
http://blog.csdn.net/jnbbwyth/article/details/51910878
52. 設(shè)置UIView圓角 cornerRadius 圓角有性能問題,用貝塞爾曲線代替
http://blog.csdn.net/shaobo8910/article/details/46779259
53 解決常見的masksToBounds離屏渲染帶來的性能損耗
http://www.cocoachina.com/ios/20160315/15655.html
https://github.com/liuzhiyi1992
54. reveal
http://blog.csdn.net/cheng6023/article/details/52135559
https://revealapp.com/blog/reveal-common-tips-cn.html
http://www.lxweimin.com/p/d6760ae5a230
55. iOS給UILabel設(shè)置縮進(jìn)、行距、字體顏色s
http://8386217.blog.51cto.com/8376217/1550842
56. 手把手教你制作AppPreview視頻并上傳到appStore進(jìn)行審核
https://yq.aliyun.com/articles/29604
56. 八大排序算法
http://blog.csdn.net/hguisu/article/details/7776068
57. 如何將 iOS 項(xiàng)目的編譯速度提高5倍
http://www.cocoachina.com/ios/20170628/19665.html