[self.navigationController.viewControllers objectAtIndex:self.navigationController.viewControllers.count-2]
分类:
其他好文 时间:
2014-12-05 10:51:35
阅读次数:
128
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask, YES);NSString *filePath = [[paths objectAtIndex:0] stringBy...
分类:
移动开发 时间:
2014-11-09 01:00:55
阅读次数:
219
1.修改选中图片:UITabBarItem* item = [self.tabBarController.tabBar.items objectAtIndex:1]; //从0开始item.selectedImage = [UIImage imageNamed:@"ItemSelProfile"]....
分类:
其他好文 时间:
2014-11-06 23:16:35
阅读次数:
239
void Cms::showMonster(CCArray* monsterArray,int type)
{
static int posN=0;
for(int i=0;icount();i++)
{
auto monsterSprite=(CCSprite*)monsterArray->objectAtIndex(i);
...
分类:
编程语言 时间:
2014-11-02 08:12:10
阅读次数:
131
将Json存进本地文件夹NSArray *paths=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);NSString *path=[paths objectAtIndex:0];NSSt...
分类:
移动开发 时间:
2014-10-30 09:26:27
阅读次数:
143
将Json存进本地文件夹NSArray *paths=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);NSString *path=[paths objectAtIndex:0];NSSt...
分类:
移动开发 时间:
2014-10-28 23:34:22
阅读次数:
189
1 NSArray *paths=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *path=[paths objectAtIndex:0]; NSSt...
分类:
移动开发 时间:
2014-10-24 12:17:50
阅读次数:
141
+ (NSString *)getFilePath { ? ? NSString *path = [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES) objectAtIndex:0] stringByAppendingPathComponent:@"photo.plist"]; ...
分类:
移动开发 时间:
2014-09-23 11:38:34
阅读次数:
165
@话不多说,直接上代码
#import // 必须导入
// 照片原图路径
#define KOriginalPhotoImagePath [[NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES) objectAtIndex:0] stringByAppendingPathComp...
分类:
移动开发 时间:
2014-09-04 17:03:49
阅读次数:
308
效果图:ios 6 默认:修改之后:代码:if (!IsIOS7) { [[ _searchBar.subviews objectAtIndex : 0 ] removeFromSuperview ]; [ _searchBar setBackgroundColor :[ UIColor...
分类:
移动开发 时间:
2014-08-16 12:27:50
阅读次数:
254