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

搜索资源列表

  1. Unity 2D Toolkit 1.51

  2. tk2dEditorUtility类中的 const string indexPath = “Assets/.tk2d.asset”; 修改为 const string indexPath = “Assets/tk2d.asset”;
  3. 所属分类:C#

    • 发布日期:2012-05-24
    • 文件大小:2097152
    • 提供者:mrleelp
  1. ios开发小技巧

  2. 常用代码整理: 12.判断邮箱格式是否正确的代码: //利用正则表达式验证 -(BOOL)isValidateEmail:(NSString *)email { NSString *emailRegex = @"[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}"; NSPredicate *emailTest = [NSPredicate predicateWithFormat:@"SELF MATCHES%@",emailRegex]; ret
  3. 所属分类:iOS

    • 发布日期:2013-01-02
    • 文件大小:9216
    • 提供者:l__0omg
  1. ios开发实例

  2. @protocol UITableViewDelegate @optional // Display customization - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath; // Variable height support - (CGFloat)tableView:(UITableV
  3. 所属分类:iOS

    • 发布日期:2013-06-12
    • 文件大小:5242880
    • 提供者:mjj123mjj123
  1. LazyTableImages 见解

  2. LazyTableImages 是苹果官方的tableview上添加images的demo,这个demo的功能主要为: 1、图片下载为异步传输 2、tableview在滑动过程中不会进行线程加载 3、在tableview滑动结束后,根据视图中出现的tableview的indexpath 进行相应的图片下载,从而保证在tableview滑动过程中及滑动结束后不会由于多个线程卡顿的现象产生
  3. 所属分类:iOS

    • 发布日期:2014-08-29
    • 文件大小:515072
    • 提供者:chenchen910213
  1. UITableView 和手势

  2. 在UITableView中给每个UITableViewCell添加一个长按手势,在长按手势触发时,不会触发tableview的didSelectRowAtIndexPath方法,这样就不知道长按的是哪个cell,有一种简单的方法可以获得cell所在的indexPath。
  3. 所属分类:iOS

    • 发布日期:2015-03-10
    • 文件大小:3072
    • 提供者:zh13526452302
  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
    • 文件大小:52224
    • 提供者:qq_30418515
  1. iOS search

  2. self.dataList=[NSMutableArray arrayWithCapacity:1000]; for (NSInteger i=0; i<1000; i++) { [self.dataList addObject:[NSString stringWithFormat:@"010000----201200%ld",(long)i]]; } // Do any additional setup after loading the view from its nib. } -(
  3. 所属分类:iOS

    • 发布日期:2015-09-24
    • 文件大小:153600
    • 提供者:qq_31017343
  1. iOS 新闻系统源代码

  2. iOS 新闻系统源代码 -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"city"]; if (cell == nil) { cell = [[UITableViewCell alloc]initW
  3. 所属分类:iOS

    • 发布日期:2015-12-13
    • 文件大小:2097152
    • 提供者:yelin042
  1. 仿百度外卖,饿了么-商品列表页

  2. 这个主要是通过 - (void)selectRowAtIndexPath:(nullable NSIndexPath *)indexPath animated:(BOOL)animated scrollPosition:(UITableViewScrollPosition)scrollPosition; 来实现 tableView 的联动
  3. 所属分类:iOS

    • 发布日期:2017-01-05
    • 文件大小:67584
    • 提供者:amydom
  1. oc MCollection

  2. myCollection = [MCollectionView mcDefaultNSBundle]; myCollection.frame = CGRectMake(120,-5,WIDTH_K - 165, 50); [self.view addSubview:myCollection]; //布局MCollection myCollection.mcSections(1).mcScrollDirection(UICollectionViewScrollDirectionHorizonta
  3. 所属分类:iOS

    • 发布日期:2017-03-01
    • 文件大小:1021
    • 提供者:qq_27670189
  1. txt文档转化为String

  2. 将.txt文档转化为String类型 具体代码如下: package IndexSearch; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; /** * 将txt的路径,将txt文档转换为String内容 * @author jean * */ public class TextFileExchange { //将txt转换为String public static
  3. 所属分类:Java

    • 发布日期:2017-08-31
    • 文件大小:69632
    • 提供者:jean001100
  1. 仿微信Pop弹出框改造

  2. 仿照微信弹出框改造,代码注释清晰,方便改造. 使用方法: JXOutClassView * jxoutView = [[JXOutClassView alloc] initWithDataArray:jxDataArr origin:CGPointMake(x, y)]; jxoutView.delegate = self; [jxoutView pop]; 代理: /** * 点击了某一行 */ - (void)didSelectedAtIndexPath:(NSIndexPath * )i
  3. 所属分类:iOS

    • 发布日期:2017-12-18
    • 文件大小:45056
    • 提供者:u010599023
  1. UITableView、UITableView基本用法、UITableView详解

  2. UITableView、UITableView基本用法、UITableView详解,UITabelView常用方法
  3. 所属分类:iOS

    • 发布日期:2018-06-12
    • 文件大小:1048576
    • 提供者:qq_41976042
  1. ios-流畅滚动的轮播图.zip

  2. 可以分页 滚动,一次之滚动一页, 也可以滚得飞起,,,具体是该isPagingEnabled。用法和collectionView一样,唯一不同是 在代理中使用 indexPath一定要使用 realCurrentIndexPath 视图都有重用,不会找出内存暴增, github: https://github.com/yqwanwu/Carousel_swift ps:上面的下载也只是个github地址而已
  3. 所属分类:其它

  1. ios-一个简单的ios图片浏览器 支持浏览本地图片及网络图片.zip

  2. HUPhotoBrowser是一个简单的ios图片浏览器第三方开源库, 支持浏览本地图片及网络图片。 在需要浏览的图片的点击事件中调用即可: - (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath { PhotoCell *cell = (PhotoCell *)[collectionView cellForItemAtIndexPat
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:3145728
    • 提供者:weixin_39840914
  1. ios-TSCalendar.zip

  2. 这是一款基于UICollectionView实现的横向显示的日历,内部封装了我认为最实用的三个代理方法: //因为不同月份天数不同,在页面滑动之后获得相应高度,比如一行50,4行200,6行就是300 - (void)calendarHeightAtPresent:(float)calendarH; //你可以通过以下代理获得对应天的信息 - (void)calendarDidSelectItemModel:(TSCalendarUnitDateModel)model andIndexPath
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:1048576
    • 提供者:weixin_39841365
  1. ios-TSCalendar.zip

  2. 这是一款基于UICollectionView实现的横向显示的日历,内部封装了我认为最实用的三个代理方法: //因为不同月份天数不同,在页面滑动之后获得相应高度,比如一行50,4行200,6行就是300 - (void)calendarHeightAtPresent:(float)calendarH; //你可以通过以下代理获得对应天的信息 - (void)calendarDidSelectItemModel:(TSCalendarUnitDateModel)model andIndexPath
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:387072
    • 提供者:weixin_39840515
  1. ios-MCTableView.zip

  2. MCtableView *tableView = [MCtableView mcDefaultMCTableViewVC:self CGFrame:CGRectMake(0, 64, self.view.bounds.size.width, self.view.bounds.size.height - 64) TableViewStyle:UITableViewStyleGrouped]; NSArray *pls = ["请输入01","请输入03","请输入03","请输入03"]; //
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:16384
    • 提供者:weixin_39840914
  1. ios-高效开发 tableView collectionView 快速布局.zip

  2. 高效开发 tableView collectionView 快速布局: -(void)layoutView{ [self.myCollection.mcSections(1).mcIdentifierCells([{"Scroll":"Scroll"}]) mcLayoutReturnItmeIndexPath:^(NSIndexPath *indexPath, MCLayoutDataSource *mcLayout) { mcLayout.mcRows(3).mcItmeName("Scr
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:1048576
    • 提供者:weixin_39840387
  1. swift-SplittableViewKit-当设备旋转时UITableView中的IndexPath单元格将自动移动到左视图

  2. SplittableViewKit - 当设备旋转时,UITableView中的IndexPath单元格将自动移动到左视图
  3. 所属分类:其它

    • 发布日期:2019-08-15
    • 文件大小:29360128
    • 提供者:weixin_39840515
« 12 3 »