您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. cocoa 相关资料

  2. cocoa 相关资料 NSApplicationMain() 函数,其实功能如下: void NSApplicationMain(int argc, char *argv[]) { [NSApplication sharedApplication]; [NSBundle loadNibNamed:@"MainMenu" owner:NSApp]; [NSApp run]; }
  3. 所属分类:专业指导

    • 发布日期:2009-08-31
    • 文件大小:4mb
    • 提供者:lhz62004753
  1. Cocoa编程.pdf

  2. Cocoa Programming for Mac OS X 3rd 翻译版 版 权:属于appleboy(唐朝) 原文链接:http://blog.sina.com.cn/s/articlelist_1576524975_0_1.html PDF 制作:jinifly 英文原版:共35章 现有章节:共16章 开篇(2008-12-30 17:37:51) .....................................................................
  3. 所属分类:C

    • 发布日期:2011-06-03
    • 文件大小:7mb
    • 提供者:cnwuyuqun
  1. Objective-c对象组装XML

  2. 【原创】转帖请注明来源,谢谢 -tag 1- 测试无内存泄露 1 创建数据对象() NSMutableDictionary *map = [[NSMutableDictionary alloc]init]; [map setObject:@"a" forKey:@"author"]; [map setObject:@"b" forKey:@"title"]; [map setObject:@"c" forKey:@"content"]; 或者 NSMutableArray *list = [[
  3. 所属分类:iOS

    • 发布日期:2011-10-12
    • 文件大小:50kb
    • 提供者:yanghao0
  1. Apple NSBundle 使用说明文档

  2. Apple NSBundle 使用说明文档
  3. 所属分类:iOS

    • 发布日期:2011-11-10
    • 文件大小:404kb
    • 提供者:toccalee
  1. iphone NSBundle 详解

  2. 对于许多朋友来说 NSBundle比较陌生 本文详细介绍了bundle的使用,相信你一看便知 有iphone开发 兴趣的朋友加我qq 1748283579 注明csdn 加上自己工作经验,少于半年iphone开发经验的勿扰。。
  3. 所属分类:iOS

    • 发布日期:2011-11-24
    • 文件大小:22kb
    • 提供者:zhang_xiao8wan8
  1. Iphone的系统声音

  2. Iphone的caf格式系统声音: 代码:NSString *path = [[NSBundle mainBundle] pathForResource:@"SIMToolkitPositiveACK" ofType:@"caf"]; AVAudioPlayer* theAudio=[[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:NULL]; theAudio.delegate=se
  3. 所属分类:iOS

    • 发布日期:2011-12-15
    • 文件大小:3mb
    • 提供者:umyueyue
  1. 自定义开关按钮(ios)

  2. 可以设置开关的颜色,修改字符串等。例如,用图片代替:UIImage *normal_left = [[UIImage alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"left_normal" ofType:@"png"]]; UIImage *normal_right = [[UIImage alloc] initWithContentsOfFile:[[NSBundle mainBundle] pa
  3. 所属分类:iOS

    • 发布日期:2012-05-30
    • 文件大小:86kb
    • 提供者:gys007
  1. Cocoa常用类和方法

  2. phone开发中经常涉及到的UIControlView UIView 或者UILabel UICorlor 等等这些常用类的常用方法。 UIViewController 此类提供一个显示用的view界面,同时包含view加载、卸载事件的重定义功能。需要注意的是在自定义其子类实现时,必须在Interface Builder中手动关联view属性。 @property(nonatomic, retain) UIView *view 此属性为ViewController类的默认显示界面,可用自定义实
  3. 所属分类:iOS

    • 发布日期:2012-06-20
    • 文件大小:44kb
    • 提供者:cclovetwins
  1. NSBundle读取图片 plist文件和txt文件

  2. http://blog.csdn.net/duxinfeng2010/article/category/1155790 博客有详细介绍
  3. 所属分类:iOS

    • 发布日期:2012-06-28
    • 文件大小:424kb
    • 提供者:duxinfeng2010
  1. initWithCoder与initWithFrame

  2. 每个ios开发者对loadView和viewDidLoad肯定都很熟悉,虽然这两个函数使用上真的是非常简单,但是和类似的initWithNibName/awakeFromNib/initWithCoder放在一起还是非常容易让人混淆的. 昨天看了下苹果官方的相关文档以及几篇相关内容的网页(一 二 三),其实这个内容以前也看过,似乎也搞清楚了,可还是忘了.好急性不如烂笔头,这次一定要好好记下来. 大前提是UIViewController有一个UIView.同时,需要厘清两个概念,创建一个类和实例
  3. 所属分类:iOS

    • 发布日期:2013-03-22
    • 文件大小:8kb
    • 提供者:guanbaoguang
  1. IOS设备类型获取PLIST

  2. IOS设备类型获取PLIST struct utsname systemInfo; uname(&systemInfo); NSString *iOSDeviceModelsPath = [[NSBundle mainBundle] pathForResource:@"iOSDeviceModelMapping" ofType:@"plist"]; NSDictionary *iOSDevices = [NSDictionary dictionaryWithContentsOfFile:iOS
  3. 所属分类:iOS

    • 发布日期:2013-12-31
    • 文件大小:2kb
    • 提供者:skyxfire
  1. UIScrollView定时滚动和循环滚动,可点击图片和PageController

  2. 定时滚动和循环滚动,可点击图片和PageController #import "ASIFormDataRequest.h" #import "GWPublicClass.h" @interface ViewController () @end @implementation ViewController { UIScrollView * headScrollView; UIPageControl * pageControl; NSArray * colorArray; NSTimer * my
  3. 所属分类:iOS

    • 发布日期:2014-07-02
    • 文件大小:67kb
    • 提供者:u010877867
  1. swift编写简单的左右菜单栏

  2. swift编写简单的左右菜单栏 // // MenuViewController.swift // Menu // // Created by innovane on 14-6-23. // Copyright (c) 2014年 innovane. All rights reserved. // import UIKit let kICSDrawerControllerLeftViewInitialOffset : CGFloat = 60.0 let kICSDrawerControlle
  3. 所属分类:iOS

    • 发布日期:2015-03-09
    • 文件大小:73kb
    • 提供者:yelin042
  1. tom猫游戏源码 iOS

  2. ios开发的tom,全部素材和源代码,战士部分代码 //调用button监听方法 -(IBAction)tomAction:(UIButton *)button{ [self tomAnimationWithName:button.currentTitle count:button.tag]; } //让tom猫动起来,name是要执行动作的名字 count是图片的个数 -(void) tomAnimationWithName:(NSString *) name count:(NSIntege
  3. 所属分类:iOS

    • 发布日期:2015-03-19
    • 文件大小:14mb
    • 提供者:u013357243
  1. IOS开发中的各种Category

  2. Foundation NSArray NSBundle NSData NSDate NSDictionary NSException NSFileManager NSObject NSSet NSString NSTimer NSURL UIKit UIBezierPath UIButton UIColor UIDevice UIImage UIImageView UILable UINavigationController UIResponder UIScrollView UISearchB
  3. 所属分类:iOS

    • 发布日期:2015-04-24
    • 文件大小:282kb
    • 提供者:foreveryuan
  1. 全国省市县plist xml

  2. //附上一段object-c解析代码 NSArray *ary = [NSArray arrayWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"ProvinceCityDistrict" ofType:@"plist"]]; for (int i = 0; i < ary.count; i ++) { NSDictionary *province = ary[i]; for(NSString *akey in pro
  3. 所属分类:C

    • 发布日期:2015-06-12
    • 文件大小:129kb
    • 提供者:xinmashang
  1. ios开发记录

  2. 状态栏20键盘高度216导航44 最少2位 补0 // UIColor *color2 = [[UIColor alloc] initWithRed:0 green:1 blue:0 alpha:1]; // button setTitle:@"点我吧" forState:UIControlStateNormal]; // [button addTarget:self action:@selector(buttonClick) forControlEvents:UIControlEventTo
  3. 所属分类:iOS

    • 发布日期:2015-08-06
    • 文件大小:51kb
    • 提供者:qq_30418515
  1. 爱限免源代码

  2. NSString * path = [[NSBundle mainBundle] pathForResource:@"LoveFree" ofType:@"plist"]; NSDictionary * contentDic = [NSDictionary dictionaryWithContentsOfFile:path]; //获取所有的键值 NSArray * keyArr = @[@"one",@"two",@"three",@"four",@"five"]; //遍历数组,获取所有视
  3. 所属分类:iOS

    • 发布日期:2015-08-28
    • 文件大小:6mb
    • 提供者:u013396602
  1. IOS UI学习教程之区分NSBundle和NSURL(读取文件、写入文件)

  2. 主要为大家详细介绍了IOS UI学习教程之区分NSBundle和NSURL,如何读取、写入文件,感兴趣的小伙伴们可以参考一下
  3. 所属分类:其它

    • 发布日期:2020-09-02
    • 文件大小:34kb
    • 提供者:weixin_38742421
  1. IOS UI学习教程之区分NSBundle和NSURL(读取文件、写入文件)

  2. 本文实例为大家区分NSBundle和NSURL,具体实现内容如下 在项目的工程中添加一个文件,本例程添加的是aa.txt,文件的内容为百度: www.baidu.com,现在要使用NSBundle和NSURL分别去获取内容,代码如下: // 读取文件内容 // 方法1:按照文件路径读取 NSString *pathBundle = [[NSBundle mainBundle]pathForResource:aa ofType:txt]; NSString *outstringbu
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:35kb
    • 提供者:weixin_38501206
« 12 3 »