本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- e_e
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- zhanjia
- lzyfn123
- forestqqqq
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- johnsmith9th
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
最新文章列表
优化UITableView性能
在iOS应用中,UITableView应该是使用率最高的视图之一了。iPod、时钟、日历、备忘录、Mail、天气、照片、电话、短信、Safari、App Store、iTunes、Game Center⋯几 ...
TestFlight——完美的iOS app测试方案
转载本文请保留以下原作者信息:原作:OneV http://www.onevcat.com/2012/01/testflight/
前言
iOS开发的测试一直是令人头疼的问题。app开发的短周期和高效率的要求注定了一款app,特别是小公司的app,不会留给开发人员很多测试的时间。而在测试时往往又遇到crash报告提交困难,测试人员与开发人员沟通不便等等问题,极大延缓了测试进度。TestFl ...
Provisioning profile XXXX can't be found 的解决办法
如果你更新了profile,再编译iphone项目,发现下面的错误,那你无论如何clean也不会成功,那真是让人恼火阿
"Provisioning profile XXXX can't be found"
这 时候,先copy那行出错信息,然后关闭这个项目,打开finder到你的项目文件xxxx.xcodeproj上面按鼠标右键,选择Show Package Conte ...
推送时,未找到应用程序的“aps-environment”的权利字符串
Error: Error Domain=NSCocoaErrorDomain Code=3000 UserInfo=0x1179f0 "未找到应用程序的“aps-environment”的权利字符串"
总结一下这个问题,也遇到了,刚解决了
1.先生成App ID,在去Provisioning里面生成新的Profile
2.删除Xcode里面原来的push ...
动画CATransition 从下往上、从上往下
//动画效果 // 从上往下
CATransition *animation = [CATransitionanimation];
//animation.delegate = self;
animation.duration = 0.4f;
animation.timingFunction = UIViewAnimationCurveEaseInOut ...
Xcode 真机测试时出现shell Script invocation Error解决方案
我遇到的问题shell Script invocation Error ,Command /bin/sh failed with exit code 2
解决方案:
查看build phase里面run script是否写的正确,必要时可以删除试一下
重写、修改UINavigationController的back键的title
UIBarButtonItem *barButtonItem = [[UIBarButtonItem alloc] init];
barButtonItem.title = @"buttonName";
self.navigationItem.backBarButtonItem = barButtonItem;
[barButtonItem releas ...
UIImageView 旋转
CABasicAnimation* rotationAnimation = [CABasicAnimation animationWithKeyPath:@"transform.rotation.z"];
rotationAnimation.toValue = [NSNumber numberWithFloat:(DEGREES_TO_RADIANS(360))];
r ...
苹果官方的单例写法
很多朋友喜欢用单例,苹果官方怎么写单例呢?
这个是苹果的示例代码SimpleNetworkStreams
http://developer.apple.com/library/ios/#samplecode/SimpleNetworkStreams/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008979
+ (Networ ...
如何制作iPhone主题教程by lwxshow
转自: iphone-theme-making-tutorial 买了酷酷的iPhone,当然给它好好美容,当然,这些“衣服”,“裤子”等等都是免费的了。那么我们用什么来帮助iPhone美容呢?小编在这里强烈推荐大家使用iPhone的第三方软件Summerboard主题美化软件,所以这次小编就教大家怎样使用此软件给iPhone换个漂亮的皮肤。
第一页,Summerboard软件安装与功能 ...
ios开发笔记如何在iphone-and-ipad应用程序添加admob
转自ios-development-notes-in-iphone-and-ipad-applications-add-admobAdMob是另一家移动电话广告市场,现在已被Google收购。借助AdMob, 谷歌计划将其网络搜索主导地位从电脑平台扩展向手机平台。正因为AdMob现在是Google的了,所以在Android上得到广泛的应用,不过在iPhone上也是同样可以使用的。下面就介绍一下使 ...
ios UISwitch in a UITableView cell
文章来源:http://stackoverflow.com/questions/3770019/uiswitch-in-a-uitableview-cell
Setting it as the accessoryView is usually the way to go. You can set it up intableView:cellForRowAtIndexPath: You ...
core data [Pro.Core.Data.for.iOS(2nd)].Michael.Privat pdf迅雷高速下载
转载:http://www.lwxshow.com/archives/482
[Pro.Core.Data.for.iOS(2nd)].Michael.Privat.文字版
使用sdk为:ios 5,开发工具xcode 4
迅雷下载
http://kuai.xunlei.com/d/PMNMZBOBBWUW
[Pro.Core.Data.for.iOS(2nd)].Mic ...