Learning Marker

作者: lbfly_boy | 来源:发表于2015-06-04 15:30 被阅读79次

1: iOS网络监测如何区分2、3、4G?

www.jianshu.com/p/efcfa3c87306

2:27个提升效率的iOS开源库推荐

www.csdn.net/article/2015-07-21/2825264-27-ios-open-source-libraries/3

3:夜间模式

code4app.com/ios/DKNightVersion/5532745f933bf040268b4819

4:添加图片加号

code4app.com/ios/CBProfilePhotoView/53ba665d933bf0a8678b4a15

5:评分控件

code4app.com/ios/%E8%AF%84%E5%88%86%E6%8E%A7%E4%BB%B6/51cb86c06803faf474000002

15:实现类似UIActionSheet的弹出菜单效果。菜单弹出时,当前视图会往后推并且蒙上阴影,以突出弹出的菜单。

code4app.com/ios/Popup-Menu-Controller/5183d2df6803fa8266000001

16: iOS UIWebView键盘处理

www.open-open.com/lib/view/open1408609311366.html

17: iOS安全系列之一:HTTPS

oncenote.com/2014/10/21/Security-1-HTTPS/

18:进度,badgeView, Checkbox

github.com/Marxon13

19:总结比较全的干货

www.jianshu.com/p/818d121363dd

#warning总结的相当好啊,基本都有

www.jianshu.com/p/cce4cd8d63fc

20: iOS Questions

github.com/ChenYilong/iOSInterviewQuestions

21: iconlauchImage

developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW2

developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html

22:同时进行多个网络请求,多个请求完成后做事

dispatch_group_t group = dispatch_group_create();

dispatch_group_enter(group);

dispatch_group_leave(group);

dispatch_group_notify(group, dispatch_get_main_queue(), ^{

});

dispatch_async(concurrent_queue, ^{

NSLog(@"---并发任务1---");

});

dispatch_async(concurrent_queue, ^{

NSLog(@"---并发任务2---");

});

dispatch_barrier_async(concurrent_queue, ^{

dispatch_async(dispatch_get_main_queue(), ^{

NSLog(@"---所有并发任务结束后回到主线程刷新---");

});

});

#pragma mark

1:让编译器闭嘴的告警

blog.csdn.net/mamong/article/details/24542107

2: ios工程如何支持64位

www.cocoachina.com/cms/wap.php

3:新浪、微信、微博集成

github.com/nixzhu/MonkeyKing

//资料

1: gold.xitu.io/entry/558e563de4b060308e44daf9

2操作手机通讯录

3: www.jianshu.com/p/7d4710b815c2iOS苹果官方Demo合集

4: ios.jobbole.com伯乐在线

5: www.cocoacontrols.com/国外的code4App

6: github.com/lookingstars/meituan高仿美团项目

7: big多三方框架www.bkjia.com/Androidjc/979121.html

翻墙hosts更新地址:www.22ba.com/article/Share867.html

######################################################################

8:自己总结的iOS、mac开源项目及库

github.com/Tim9Liu9/TimLiu-iOS

搜索:github.com/iphone5solo/PYSearch

可以看看:github.com/nixzhu/dev-blog,https://zonble.gitbooks.io/kkbox-ios-dev/content/crash_reports/collection.html

八种crash防护:mp.weixin.qq.com/s

数据结构/ios/web www.imlifengfeng.com/blog/

github.com/zhouhuanqiang/LearningIOS

######################################################################

IOS9适配https://github.com/ChenYilong/iOS9AdaptationTips

iOS心得https://github.com/100mango/zen

最快上手RAChttp://www.jianshu.com/p/87ef6720a096

100个国外博客http://www.softwarehow.com/best-blogs-for-ios-developers/

instrument使用http://cdn.cocimg.com/bbs/attachment/Fid_6/6_24457_90eabb4ed5b3863.pdf

Github上的iOS资料-个人记录(持续更新)https://github.com/JanzTam/MyGithubMark?url_type=39&object_type=webpage&pos=1

收集整理了下iOS平台下比较主流炫酷的几款动画框架。https://github.com/sxyx2008/awesome-ios-animation

Animatious一起动画开源组https://github.com/Animatious

一些知名App用到的第三方库汇总http://www.jianshu.com/p/c5b0eb58b878

关于App的一些迷思以及一些动画效果开源库的推荐http://www.jianshu.com/p/69449e6bdc14?utm_campaign=hugo&utm_medium=reader_share&utm_content=note&utm_source=weibo

//博客

-2:http://www.henishuo.com/uibezierpath-draw/标哥的技术博客

-1: http://mrpeak.cn/blog/cdd/

0http://www.starming.com/

1http://www.coderyi.com/

1-1: https://github.com/coderyi/blog

2http://www.joyios.com

3http://kittenyang.com/#blog动画类杨骑滔

4http://southpeak.github.io南峰子老驴含金量啊

5http://zhangbuhuai.com/张不坏

6http://www.cnblogs.com/Kenshin Cui's Blog

7http://www.hmttommy.com/

8http://lcepy.github.io/archives/

9http://lvwenhan.com/sort/ios值得看

10http://www.jianshu.com/collection/19dbe28002a3

// github

1: ios_top_1000

https://github.com/iamdaiyuan/ios_top_1000

https://github.com/vsouza/awesome-ios

2: blog

https://github.com/tangqiaoboy/iOSBlogCN

3: Demo

https://github.com/dkhamsing/open-source-ios-apps

4:上项目必看

http://github.ibireme.com/github/list/ios/

// github东东

1: https://github.com/romaonthego

2:https://github.com/liufan321刀哥

3:https://github.com/Yalantis个个精品

4: https://github.com/jessesquires

5: https://github.com/sxyx2008/DevArticles/issues/91主流动画

6: https://github.com/nsdictionary

//简书

1: http://www.jianshu.com/users/8d704c0faf00/latest_articles

// Swift资料

1: https://github.com/ipader/SwiftGuide

2: http://www.devtalking.com/

3: Swift开源项目精选

https://github.com/ipader/SwiftGuide/blob/master/Featured.md

//前端

http://dev.benbun.com/web/doc/

JSON格式化工具

http://www.runoob.com/tool/json/index.html

http://www.ruanyifeng.com/blog/

// CoreData

http://www.jianshu.com/p/3d703ec37d0b?utm_campaign=maleskine&utm_content=note&utm_medium=writer_share&utm_source=weibo

//动画

http://www.cocoachina.com/ios/20150226/11166.html

https://github.com/search?l=Objective-C&o=desc&q=Material+Design&s=stars&type=Repositories&utf8=%E2%9C%93

https://github.com/search?l=Swift&o=desc&q=Material+Design&s=stars&type=Repositories&utf8=%E2%9C%93

相关文章

网友评论

    本文标题:Learning Marker

    本文链接:https://www.haomeiwen.com/subject/viiaxttx.html