- 浏览: 236537 次
- 性别:
- 来自: 北京
文章分类
最新评论
-
lanzhiyuan:
楼主还混这里不?NSData *data = [NSURLCo ...
[转] 为UIWebView实现离线浏览 -
hyc4117:
#define OpenSSLRSAPublicKeyFile ...
IOS openssl rsa encrypt/decrypt -
guogongjun:
确实有效,不错,感谢啦大神
[转]安装openfire后admin无法登录管理控制平台 -
xiongyoudou1:
怎么办,而且你那下载的demo和你讲解的不是一样
[转] 为UIWebView实现离线浏览 -
xiongyoudou1:
有问题。执行到方法NSData *data = [NSURLC ...
[转] 为UIWebView实现离线浏览
1.快速配置表格,不需要写很多item
https://github.com/escoz/quickdialog
https://github.com/migueldeicaza/MonoTouch.Dialog
http://escoz.com/open-source/quickdialog
2.开源项目
http://www.cnblogs.com/likwo/archive/2011/03/13/1982707.html
3.FXLabel
https://github.com/nicklockwood/FXLabel
4.JSON 解析
http://www.cocoanetics.com/2011/03/json-versus-plist-the-ultimate-showdown/
5.most popular program in github
https://github.com/languages/Objective-C
https://github.com/languages/C
6.下拉刷新,箭头动画流畅过渡
https://github.com/samvermette/SVPullToRefresh
7.表格的cell加载动画,各种炫
https://github.com/applidium/ADLivelyTableView
8.LayoutOfRelativity 对label文字高度的自适应,这是个好工具
https://github.com/joshdholtz/LayoutOfRelativity
9.KeyFrameAnimation 点击按钮可以震动
https://github.com/granoff/KeyFrameAnimation
10、scifihifi-iphone 安全验证相关
https://github.com/ldandersen/scifihifi-iphone
11.XVim xcode插件
https://github.com/JugglerShu/XVim
12.Lockbox 安全把数据存储到keychain
https://github.com/granoff/Lockbox
13.novocaine 音频的读写
https://github.com/alexbw/novocaine
14.xmpp协议实现
https://github.com/robbiehanson/XMPPFramework
15.zjtSinaWeiboClient
https://github.com/Vidtion/zjtSinaWeiboClient
16. BlocksKit Framework to make using blocks easier.
https://github.com/pandamonia/BlocksKit
17. ConciseKit Helps keep your code short and concise by adding shortcuts for often used methods.
https://github.com/petejkim/ConciseKit
整体列表
http://stackoverflow.com/questions/640805/open-source-ios-components-reusable-views-controllers-buttons-table-cells-e
值得借鉴的代码:
Facebook应用的开源代码
https://github.com/facebook/three20
Arcani Chat
https://github.com/acani/AcaniChat
QuickDialog
http://escoz.com/open-source/quickdialog
- 快速写表格和TableView - 不用操作UITableViews, delegates和datasources
RestKit
http://reskit.org
常用的Controls:
TapKu
http://tapku.com
https://github.com/devinross/tapkulibrary
SSToolKit
http://sstoolk.it
GHKit
http://gabriel.github.com/gh-kit/
其他:(需要翻 墙)
FormValidator
http://cocoacontrols.com/platforms/ios/controls/us2formvalidator
- 在填表格时候可以即时验证Email或者电话号码是否有效并且提醒用户
JWFolders
http://cocoacontrols.com/platforms/ios/controls/jwfolders
- 抽屉效果,像iPhone自带的
VPPDropDown
http://cocoacontrols.com/platforms/ios/controls/vppdropdown
- 表格里可以有
PullableView
http://cocoacontrols.com/platforms/ios/controls/pullableview
- 可以下拉的View - 像iPhone自带的
HMLauncher
http://cocoacontrols.com/platforms/ios/controls/hmlauncherview
- 实现像iPhone自带的应用列表,可以移动图标
ALertView-Action Sheet 加强版
http://cocoacontrols.com/platforms/ios/controls/tweetbot-like-uialertview-and-uiactionsheet-replacement
DoorWay Transition
http://cocoacontrols.com/platforms/ios/controls/mfdoorwaytransition
- 模仿Twitter的登录页面的开门效果!
UAModalPanel
http://cocoacontrols.com/platforms/ios/controls/uamodalpanel
- 弹出一个透明的信息框
人脸识别
http://cocoacontrols.com/platforms/ios/controls/facewrapper-iphone
- 可以感应人脸
iRate
http://cocoacontrols.com/platforms/ios/controls/irate
- 提醒用户去评论应用
左滑菜单 - 类似PATH效果
http://cocoacontrols.com/platforms/ios/controls/jtrevealsidebar
产生QRCode(二位码)
http://cocoacontrols.com/platforms/ios/controls/objqrencoder
http://fukuchi.org/works/qrencode/index.html.en
包好的注册页面
http://cocoacontrols.com/platforms/ios/controls/dbsignupviewcontroller
FlatWebView
http://cocoacontrols.com/platforms/ios/controls/flatwebview
- 去掉WebView下拉的阴影效果
Grid view in iPhone SDK
http://stackoverflow.com/questions/2265293/grid-view-in-iphone-sdk
2.使用GH-Unit对iOS应用进行单元测试:http://hulefei29.iteye.com/blog/1069339
3.检测iphone设备是否越狱:http://blog.csdn.net/favormm/article/details/6217723
4.音频播放:http://www.ajunecat.info/notebook/iphone开发笔记-音频播放为按钮添加声音.html
5.http://zh.wikipedia.org/zh/计算机集群
6.Mockups Interface.ipa 设计iOS界面工具,听群里的人说的,还没试过,先记录下。
在线播放器
http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVPlayer_Class/Reference/Reference.html
http://www.cocoachina.com/bbs/read.php?tid-24110.html
http://stackoverflow.com/questions/6856445/get-an-audio-stream-from-uri-and-play-it-on-iphone
代码行数统计
terminal里面
find . -name '*.m' -exec cat {} \; | wc -l
find . -name '*.h' -exec cat {} \; | wc -l
soap工具
http://code.google.com/p/wsdl2objc/
表情支持
http://code.google.com/p/emotionlabel/
https://github.com/escoz/quickdialog
https://github.com/migueldeicaza/MonoTouch.Dialog
http://escoz.com/open-source/quickdialog
2.开源项目
http://www.cnblogs.com/likwo/archive/2011/03/13/1982707.html
3.FXLabel
https://github.com/nicklockwood/FXLabel
4.JSON 解析
http://www.cocoanetics.com/2011/03/json-versus-plist-the-ultimate-showdown/
5.most popular program in github
https://github.com/languages/Objective-C
https://github.com/languages/C
6.下拉刷新,箭头动画流畅过渡
https://github.com/samvermette/SVPullToRefresh
7.表格的cell加载动画,各种炫
https://github.com/applidium/ADLivelyTableView
8.LayoutOfRelativity 对label文字高度的自适应,这是个好工具
https://github.com/joshdholtz/LayoutOfRelativity
9.KeyFrameAnimation 点击按钮可以震动
https://github.com/granoff/KeyFrameAnimation
10、scifihifi-iphone 安全验证相关
https://github.com/ldandersen/scifihifi-iphone
11.XVim xcode插件
https://github.com/JugglerShu/XVim
12.Lockbox 安全把数据存储到keychain
https://github.com/granoff/Lockbox
13.novocaine 音频的读写
https://github.com/alexbw/novocaine
14.xmpp协议实现
https://github.com/robbiehanson/XMPPFramework
15.zjtSinaWeiboClient
https://github.com/Vidtion/zjtSinaWeiboClient
16. BlocksKit Framework to make using blocks easier.
https://github.com/pandamonia/BlocksKit
17. ConciseKit Helps keep your code short and concise by adding shortcuts for often used methods.
https://github.com/petejkim/ConciseKit
整体列表
http://stackoverflow.com/questions/640805/open-source-ios-components-reusable-views-controllers-buttons-table-cells-e
值得借鉴的代码:
Facebook应用的开源代码
https://github.com/facebook/three20
Arcani Chat
https://github.com/acani/AcaniChat
QuickDialog
http://escoz.com/open-source/quickdialog
- 快速写表格和TableView - 不用操作UITableViews, delegates和datasources
RestKit
http://reskit.org
常用的Controls:
TapKu
http://tapku.com
https://github.com/devinross/tapkulibrary
SSToolKit
http://sstoolk.it
GHKit
http://gabriel.github.com/gh-kit/
其他:(需要翻 墙)
FormValidator
http://cocoacontrols.com/platforms/ios/controls/us2formvalidator
- 在填表格时候可以即时验证Email或者电话号码是否有效并且提醒用户
JWFolders
http://cocoacontrols.com/platforms/ios/controls/jwfolders
- 抽屉效果,像iPhone自带的
VPPDropDown
http://cocoacontrols.com/platforms/ios/controls/vppdropdown
- 表格里可以有
PullableView
http://cocoacontrols.com/platforms/ios/controls/pullableview
- 可以下拉的View - 像iPhone自带的
HMLauncher
http://cocoacontrols.com/platforms/ios/controls/hmlauncherview
- 实现像iPhone自带的应用列表,可以移动图标
ALertView-Action Sheet 加强版
http://cocoacontrols.com/platforms/ios/controls/tweetbot-like-uialertview-and-uiactionsheet-replacement
DoorWay Transition
http://cocoacontrols.com/platforms/ios/controls/mfdoorwaytransition
- 模仿Twitter的登录页面的开门效果!
UAModalPanel
http://cocoacontrols.com/platforms/ios/controls/uamodalpanel
- 弹出一个透明的信息框
人脸识别
http://cocoacontrols.com/platforms/ios/controls/facewrapper-iphone
- 可以感应人脸
iRate
http://cocoacontrols.com/platforms/ios/controls/irate
- 提醒用户去评论应用
左滑菜单 - 类似PATH效果
http://cocoacontrols.com/platforms/ios/controls/jtrevealsidebar
产生QRCode(二位码)
http://cocoacontrols.com/platforms/ios/controls/objqrencoder
http://fukuchi.org/works/qrencode/index.html.en
包好的注册页面
http://cocoacontrols.com/platforms/ios/controls/dbsignupviewcontroller
FlatWebView
http://cocoacontrols.com/platforms/ios/controls/flatwebview
- 去掉WebView下拉的阴影效果
Grid view in iPhone SDK
http://stackoverflow.com/questions/2265293/grid-view-in-iphone-sdk
2.使用GH-Unit对iOS应用进行单元测试:http://hulefei29.iteye.com/blog/1069339
3.检测iphone设备是否越狱:http://blog.csdn.net/favormm/article/details/6217723
4.音频播放:http://www.ajunecat.info/notebook/iphone开发笔记-音频播放为按钮添加声音.html
5.http://zh.wikipedia.org/zh/计算机集群
6.Mockups Interface.ipa 设计iOS界面工具,听群里的人说的,还没试过,先记录下。
在线播放器
http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVPlayer_Class/Reference/Reference.html
http://www.cocoachina.com/bbs/read.php?tid-24110.html
http://stackoverflow.com/questions/6856445/get-an-audio-stream-from-uri-and-play-it-on-iphone
代码行数统计
terminal里面
find . -name '*.m' -exec cat {} \; | wc -l
find . -name '*.h' -exec cat {} \; | wc -l
soap工具
http://code.google.com/p/wsdl2objc/
表情支持
http://code.google.com/p/emotionlabel/
发表评论
-
ios 开发技术
2015-01-09 11:59 739引用 主题:xcode 6制作动态&静态库 连接:ht ... -
ios 错误合集(updated!)
2015-01-09 11:57 795引用 错误:dyld: Library not loaded ... -
几个不错的xcode插件
2014-09-11 13:33 63231、代码补全插件 http://alcatraz.io 2、 ... -
xcode 插件目录
2014-09-11 13:14 455~/Library/Application\ Suppor ... -
GCD 倒计时
2014-08-19 10:00 1007-(void)startTime{ __bloc ... -
Eventkit使用案例
2014-02-15 16:06 3197- (void)createNewEventAndNewR ... -
ios 应用内跳转到系统设置界面的最好写法
2013-04-24 11:43 10160如下是跳转到系统设置诸多界面的url prefs:roo ... -
beeframework "___gxx_personality_sj0", referenced from:错误解决
2013-04-17 13:50 1838到Bee_Precompile.h 找到如下一行: #de ... -
pod update/install git pull 443错误解决
2013-01-22 18:38 2350自从12306.cn抢票插件搞爆github服务器以后,我就再 ... -
[转]如何编写一个CocoaPods的spec文件
2012-12-27 16:25 14307本文转自http://ishalou.com/blog/201 ... -
[转]How to use NSAttributedString in iOS 6
2012-12-25 16:09 2612本文转自:http://soulwithmobiletechn ... -
mac上的小工具(updated)
2012-12-24 18:05 1016mac上显示隐藏文件的命令,如果要隐藏则 -bool fals ... -
github README.md 编辑技巧小结 (updated)
2012-12-18 11:39 20651.文字连接 [文字](http://ace.ajax.org ... -
iOS 怎样更方便使用第三方框架
2012-11-29 12:45 1607管理第三方库越来越成为每个程序员的基本工作,因为每次都要去加入 ... -
CocoaPods:管理 Objective-C 專案裡頭各種 Library 關聯性最棒的方式
2012-11-26 14:53 1041介绍: 开发应用的时候第三方的库是不可缺少的,它能提高开发的 ... -
转载:用HTML5/CSS3/JS开发Android/IOS应用框架大全
2012-11-22 15:16 1257现在,用js调用本地代码已经不是一件新鲜事,已经有成熟的库来做 ... -
core data 分页查询
2012-11-07 11:26 1529NSFetchRequest *request = [[N ... -
[转]从Flurry导出数据
2012-10-17 10:51 1180有时我们需要一些详细 ... -
AFNetworking multipart upload
2012-10-12 14:52 5433+ (NSDictionary*)parametersOf ... -
IOS openssl rsa encrypt/decrypt
2012-09-29 15:15 6379对OpenSSL RSA加解密的封 ...
相关推荐
- **研究背景**:随着开源文化的普及,越来越多的研究人员和开发人员倾向于在GitHub这样的平台上分享自己的代码和技术成果。这为学术界提供了一个宝贵的资源库,可以从中学习、借鉴最新的技术和研究成果。 - **研究...
GitHub作为全球最大的开源代码托管平台之一,不仅为开发者提供了版本控制的功能,还成为了技术交流与合作的重要场所。对于开发者而言,掌握高效利用GitHub进行搜索的能力至关重要。本文将详细介绍如何通过精确且高效...
在"ap-pt-codeprint-updated.github.io-main"这个文件夹名中,“main”通常指的是GitHub仓库的主分支,这表明这是一个开源项目,并且在GitHub上进行版本控制和协作。GitHub是一个托管平台,开发者可以在这里存储和...
GitHub是一个面向开源及私有软件项目的托管平台,开发者可以在这里存储和管理代码,同时利用其强大的协作功能。 关于Materialize的知识点包括: 1. **响应式设计**:Materialize支持各种设备的适配,包括手机、平板...
最近,GitHub标头变得更简单了(https://github.com/blog/2022-an-updated-header-just-for-you),这还不错。 但是,它删除了一些对我来说很重要的链接(可能对其他人来说也很重要):浏览链接和指向已记录用户个人...
3. **依赖库**:可能包含一些依赖的外部工具或库,这些工具可能用于处理GitHub API交互、文本解析或文件比较等。 4. **测试文件**:为了确保动作的正确性,可能会有一些测试用例和测试脚本,如`test.yml`和`test_...
updated regularly. Id Name Description Language Stars Forks 1 :vulcan_salute: A progressive, incrementally-adoptable JavaScript framework for building UI on the web. JavaScript 87100 12770 2 :party_...
5. **生命周期钩子**:Vue组件有多个生命周期钩子函数,如`created`, `mounted`, `updated`等,允许开发者在组件的不同阶段执行特定任务。 6. **单向数据流**:Vue推荐使用单向数据流,即数据从父组件流向子组件,...
4. **社区支持**:开源库的活跃社区是其生命力的重要体现,qp-vue可能有相应的论坛或GitHub仓库,供开发者交流问题、提交bug报告和贡献代码。 5. **版本控制**:qp-vue库应该遵循版本控制系统,如Git,以便于发布新...
GitHub中文排行榜,帮助你发现高分优秀中文项目; 各位开发者伙伴可以更高效地吸收国人的优秀经验、成果; 中文项目只能满足阶段性的需求,想要有进一步提升,还请多花时间学习高分神级英文项目; 榜单设立范围 设立...
【标题】"kakack.github.io:卡卡克博客"是一个个人博客网站,它采用了开源的GitHub Pages服务来搭建,并且基于某个特定的模板进行设计。这个博客很可能用于分享作者在IT领域的见解、经验和技术知识,尤其是与HTML...
GitHub中文排行榜,帮助你发现高分优秀中文项目; 各位开发者伙伴可以更高效地吸收国人的优秀经验、成果; 中文项目只能满足阶段性的需求,想要有进一步提升,还请多花时间学习高分神级英文项目; 榜单设立范围 设立...
https://api.github.com/search/issues?q='e'+is:issue+state:open+repo:flutter/flutter&sort=updated对于连续的请求,我们在updated和created之间进行交替。 作为回应,GitHub为我们提供了一系列问题,我们将...
6. **协作工具**:开源项目通常依赖于GitHub或类似的平台进行协作,这些工具支持代码托管、问题追踪、版本控制和协作编辑。 7. **许可证**:开源项目会明确指定许可证,如MIT、GPL或Apache等,规定了其他人如何可以...
updated regularly. Id Name Description Language Stars Forks 1 A complete computer science study plan to become a software engineer. None 124113 35865 2 :books: 技术面试必备基础知识、Leetcode、计算机...
Labella.js 是 Twitter 开源的时间轴标签放置工具,可以把标签没有重叠的放在时间轴上。“标签也可以很美丽”在线演示:http://twitter.github.io/labella.js/ 示例代码:// idealPos: The most preferred ...
updated regularly. Id Name Description Language Stars Forks 1 Distributed code review system for Git repos Go 3710 115 2 :prohibited: Stop saying "you forgot to …" in code review Ruby 2405 220 3 oc...
self.refreshControl.attributedTitle = NSAttributedString(string: "Last updated on \(dateString)", attributes: attributes) self.refreshControl.tintColor = UIColor.white ``` 3. **购物车**:购物车...
接下来,安装以下软件包,某些依赖项需要这些软件包:然后,安装 ,将其用作Go之上的编译工具: $ go get -u github.com/mitchellh/gox接下来,将此存储库克隆到$GOPATH/src/github.com/elasticfeed/elasticfeed 。...