- 浏览: 340024 次
- 性别:
- 来自: 武汉
最新评论
-
leslie89757:
[img][img][img][img][img][img][ ...
CocoaPods 安装使用 -
hanmeizhi:
very useful to me. Thanks
Dismissing MPMoviePlayerViewController the right way -
luzj:
这个考虑不周全, 在iOS5的键盘高度就不是这个值了,这样写死 ...
UITextView: move view when keyboard appears -
xjg19870111:
不错。
objective-c NSString 常用操作 -
juedui0769:
现在已经不行了!
android源码下载
文章列表
使用svn客户端功能
1.从本地导入代码到服务器(第一次初始化导入)
在终端中输入
svn import /Users/apple/Documents/eclipse_workspace/weibo svn://localhost/mycode/weibo --username=mj --password=123 -m "初始化导入"
我解释下指令的意思:将/Users/apple/Documents/eclipse_workspace/weibo中的所有内容,上传到服务器mycode仓库的weibo目录下,后面双引号中的"初始化导入"是注释
2.从服 ...
http://blog.csdn.net/tingxiao2177/article/details/2904043
http://www.cocoachina.com/bbs/read.php?tid=194213&keyword=7.1
关于IOS7.1企业版发布后,用户通过SARAFI浏览器安装无效的解决方案:
通过测试,已经完美解决。
方案一:
http://blog.csdn.net/zhaoxy_thu/article/details/21133399
方案二:最简单,实用。
使用dropBox
如何安装,自己度之。
当你使用XCODE发布安装包IPA和PLIST文件后,将IPA仍然保存在你常用保存的网站上,只要可以正常连接下载即可。
PLIST文件是供手机版SAFAR ...
As for Find & Replace, they are provided by default now (version 4.2.1):
Find & Replace: Cmd + Option + F
Find & Replace in Workspace: Cmd + Option + Shift + F
http://www.androidviews.net/
To add a reference to a library project, follow these steps:
Make sure that both the project library and the application project that depends on it are in your workspace. If one of the projects is missing, import it into your workspace.
In the Package Explorer, right-click the dependent project and ...
Well, at last I got it working.. For anyone who encounters this in the future..
Rename the main.m file to main.mm.
ZXing's README states why we need this
It can happen that when trying to build your own project with ZXingWidgetController you get linker errors like "undefined reference to" ...
原文:http://www.dkankan.com/archives/6561
摘要
除了键盘类型的使用:_usernameText.keyboardType = UIKeyboardTypeAlphabet;,UITextField还涉及了其它一些细节处理:
设置边框类型:[_usernameText setBorderStyle:UITextBorderStyleRoundedRect];。关于边框类型,这里有详细说明。
设置默认文案:_usernameText.placeholder = TEXT_LOGIN_NAME_PLACEHOLDER;,给用户友好提示。
设置控件内容的对齐 ...
http://www.appcoda.com/ios-programming-how-to-customize-tab-bar-background-appearance/
苹果推送通知服务使用总结
1. 在 Mac 上从 KeyChain Access 程序生成一个密钥对和签名请求
2. APPLE开发者中心,进入"Identifiers" - "App IDs", 注册App ID,注意在App Services中勾选Push Notifications,表示该APP需要使用推送通知服务
3. 进入“Certificates” - "Development",新增一个证书, 选择"Apple Push Notification service SSL (Sandbox)",根据实际 ...
原文:http://kenobiluh.blogspot.com/2011/04/message-sent-to-deallocated-instance.html
常常程式一長,哪邊就不小心多release了一次
這時候編譯器就只會告訴你:BAD_ACCESS,然後程式就死了
剛開始會google到去Argument加個NSZombieEnabled YES
會多吐一點東 ...
链接:
http://www.dapps.net/dev/iphone/ios-push-notification-principle-realization.html
使用GIMP 制作 IMAGE MAP
1. 选择图片,用GIMP打开
2. 菜单 - 滤镜 - 网页 - 图像映像
3. 选择 圆形 、 长方形 、 多边形 工具定义区域
多边形工具双击完成编辑
4. 完成后SAVE,选择HTML IMAGE存储
http://www.patternsofdesign.co.uk/
只要把 App 的 iTunes Store 地址拷贝进去就可以获取到该应用的高清图标。
http://submit.icoicon.com
iOS自定义控件
自定义UITableViewCell
http://mobile.tutsplus.com/tutorials/iphone/customizing-uitableview-cell/
创建动态动作表单(UIActionSheet)
http://mobile.tutsplus.com/tutorials/iphone/ios-quick-tip-create-a-dynamic-action-sheet/
远程控制APP的配置文件
http://mobile.tutsplus.com/tutorials/iphone/updating-ios-applications ...