码迷,mamicode.com
首页 >  
搜索关键字:nssrray nsmutablearr    ( 6个结果
iOS-UITextView-文本输入视图的使用
#import "ViewController.h" @interface ViewController ()<UITextViewDelegate> { UIView *bgView; UITextView *inputView; CGRect keyBoardRect; NSMutableArr ...
分类:移动开发   时间:2017-07-09 20:49:38    阅读次数:199
baidu map
@interface BicycleController () { BMKMapView* _mapView;//地图 CLLocationCoordinate2D _newPoint;//中心点坐标 NSMutableArray *_bikeArr;//装自行车数据的数组 NSMutableArr... ...
分类:其他好文   时间:2017-05-16 11:06:32    阅读次数:204
#在蓝懿学习iOS的日子#day22
从相册获取图片进行编辑1、搭建界面,添加按钮进行关联2、从点击按钮跳转到相册的界面3、选择将要跳转下一页面4、已经完成选择图片@property (nonatomic, strong)UIScrollView *sv;@property (nonatomic, strong)NSMutableArr...
分类:移动开发   时间:2015-11-19 22:13:15    阅读次数:229
iOS UIToolbar的使用
UIToolbar *myToolBar = [[UIToolbar alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 320.0f, 80.0f)]; NSMutableArray *myToolBarItems = [NSMutableArr...
分类:移动开发   时间:2015-01-14 21:13:38    阅读次数:146
iOS objective-c之-8:数组NSArray 可变数组-(NSMutableArray)
下面的例子以      NSArray *array = [NSArray arrayWithObjects:@"wendy",@"andy",@"tom",@"jonery",@"stany", nil]; 1、获取数组中总共有多少个对象。 - (NSUInteger)count;     NSLog(@"%d",[array count]);    2、获取数组中下标对应的元素对象....
分类:移动开发   时间:2014-12-11 15:50:34    阅读次数:320
TableViewController的添加,删除,移动
#import "RootTableViewController.h"@interface RootTableViewController (){ UITableViewCellEditingStyle _style;}@property(nonatomic,strong)NSMutableArr....
分类:移动开发   时间:2014-11-08 15:05:44    阅读次数:179
6条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!