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

搜索资源列表

  1. cocoa animation examples

  2. // // MyView.m // CustomAnimationTiming // // Created by Bill Dudney on 12/18/07. // Copyright 2007 Gala Factory. All rights reserved. // #import "MyView.h" @implementation MyView //START:code.MyView.setup -(void)setupMover { NSRect bounds = se lf.b
  3. 所属分类:Java

    • 发布日期:2009-09-14
    • 文件大小:3mb
    • 提供者:lhz62004753
  1. ios UIImage category 图片加载

  2. 尽量避免使用imageNamed,如果图像比较大,或者图像比较多,用这种方式会消耗很大的内存。
  3. 所属分类:iOS

    • 发布日期:2012-12-23
    • 文件大小:3kb
    • 提供者:take8619702
  1. 仿网易自动循环广告,也可手动滑动

  2. 仿网易自动循环广告 也可手动滑动 可自定义自动滚动时间间隔 这个例子是从其他地方下的 不过原始代码里存在严重的内容泄露 使用时间长了 会发现滚动缓慢 这个bug 已被我修复 使用方法如下: NSMutableArray viewsArray [NSMutableArray array]; for int i 0; i 仿网易自动循环广告 也可手动滑动 可自定义自动滚动时间间隔 这个例子是从其他地方下的 不过原始代码里存在严重的内容泄露 使用时间长了 会发现滚动缓慢 这个bug 已被我修复 使用
  3. 所属分类:iOS

    • 发布日期:2014-08-30
    • 文件大小:6kb
    • 提供者:qianlima210210
  1. IOS 代码 自动化布局

  2. IOS 导航下拉列表,纯代码自动化布局 部分代码UIImageView *bgImage=[[UIImageView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height)]; bgImage.image=[UIImage imageNamed:@"bg.png"]; bgImage.translatesAutoresizingMaskIntoConstrain
  3. 所属分类:iOS

    • 发布日期:2014-09-19
    • 文件大小:1mb
    • 提供者:shuang60
  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 各种动画

  2. UIImageView *imageView = [[UIImageView alloc] initWithFrame:self.view.frame]; imageView.image = [UIImage imageNamed:@"twitter background.png"]; [self.view addSubview:imageView]; //Twitter style splash SKSplashIcon *twitterSplashIcon = [[SKSplashIcon
  3. 所属分类:iOS

    • 发布日期:2015-04-24
    • 文件大小:34kb
    • 提供者:qq_27682203
  1. KXMenu 十分好用的弹出菜单

  2. KXMenu 十分好用的XCode ObjC IOS 的弹出菜单 带三角形指向菜单 好用 - (IBAction)MenuSetting:(id)sender { NSArray *menuItems = @[ [KxMenuItem menuItem:NSLocalizedStringFromTable (@"feedback",@"C", nil) image:[UIImage imageNamed:@"action_icon"] target:self action:@selector(
  3. 所属分类:iOS

    • 发布日期:2015-05-12
    • 文件大小:7kb
    • 提供者:phego
  1. LBBlurredImage-master

  2. LBBlurredImage是一个继承自UIImageView 轻而易举使图像模糊的项目 你将仅仅用一行代码来创建一个神奇的模糊效果 Copy file This code must be used with deploy target 6 0+ and under ARC If your code doesn"t use ARC you can mark this source with the compiler flag fobjc arc Just grab the two f
  3. 所属分类:iOS

    • 发布日期:2015-05-15
    • 文件大小:1mb
    • 提供者:u013883974
  1. KSImageNamed-Xcode-master (适用Xcode6)

  2. UIImage的imageNamed提供文件名自动补全功能。使用[UIImage imageNamed:@"xxx"]时,该插件会扫描整个workspace中的图片文件。若安装后无效,或许需要做一下修改:1.打开xcode插件所在的目录: ~/library/Application Support/Developer/Shared/Xcode/Plug-ins 2.选择已经安装的插件KSImageNamed,右键点击show package contents(显示包内容), 3.找到info.
  3. 所属分类:iOS

    • 发布日期:2015-06-11
    • 文件大小:163kb
    • 提供者:zw_yuyan
  1. iOS Core Animation

  2. iOS Core Animation教程,介绍iOS 核心动画的一些基本概念。 目录 Table of Contents Preface Audience and Material Book Structure Before We Begin I: The Layer Beneath 1 The Layer Tree Layers and Views CALayer Parallel Hierarchies Layer Capabilities Working with Layers Summ
  3. 所属分类:iOS

    • 发布日期:2015-08-03
    • 文件大小:31mb
    • 提供者:lynn230310
  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. uibutton切换

  2. [button setImage:[UIImage imageNamed:@"1"] forState:UIControlStateNormal]; [button setImage:[UIImage imageNamed:@"2"] forState:UIControlStateHighlighted]; [button addTarget:self action:@selector(BtnClick:) forControlEvents:UIControlEventTouchUpInsid
  3. 所属分类:iOS

    • 发布日期:2015-08-17
    • 文件大小:79kb
    • 提供者:yang461743381
  1. 不会说话的汤姆猫

  2. NSString *format=dict[@"imageFormat"]; NSInteger frames=[dict[@"frames"] integerValue]; NSMutableArray * imageList=[NSMutableArray array]; for (NSInteger i=0; i0) { NSInteger seed=arc4random() %soundFiles.count; [self loadSoundWithFileName:soundFile
  3. 所属分类:iOS

    • 发布日期:2015-09-07
    • 文件大小:18mb
    • 提供者:leemin_ios
  1. KSImageNamed

  2. 下载解压后,使用xcode打开工程,运行成功后,退出xcode,要完全退出,然后重新打开一个项目,任意导入一张图片,使用UIImage imageNamed: 这个方法时,就会有图片名的提示。
  3. 所属分类:JavaME

    • 发布日期:2015-09-09
    • 文件大小:112kb
    • 提供者:hello_world_ios
  1. 地图上显示用户头像

  2. if ([annotation isKindOfClass:[MKPointAnnotation class]]) { static NSString *customReuseIndetifier = @"customReuseIndetifier"; CusAnnotationView *annotationView = (CusAnnotationView *)[mapView dequeueReusableAnnotationViewWithIdentifier:customReuseI
  3. 所属分类:iOS

    • 发布日期:2015-10-30
    • 文件大小:1mb
    • 提供者:u013217990
  1. KSImageNamed-Xcode-master

  2. Xcode 用 What is this? Can't remember whether that image you just added to the project was called `button-separator-left` or `button-left-separator`? Now you don't have to, because this will autocomplete your `imageNamed:` calls like you'd expect. Ju
  3. 所属分类:iOS

    • 发布日期:2015-11-04
    • 文件大小:112kb
    • 提供者:u014540249
  1. 02-通过代码创建按钮

  2. // 1.创建按钮 UIButton *btn = [[UIButton alloc] init]; // 2.添加按钮 [self.view addSubview:btn]; // 3.设置frame btn.frame = CGRectMake(50, 50, 100, 100); // 4.设置背景图片 // 4.1通过文件名加载图片(凡事PNG图片,不用加拓展名) UIImage *normal = [UIImage imageNamed:@"btn_01"]; // 4.2设置普通状
  3. 所属分类:iOS

    • 发布日期:2016-01-14
    • 文件大小:64kb
    • 提供者:yibo_oo
  1. SDK1.6.2 demo.zip

  2. #import "RespForWeChatViewController.h" #import "WXApiManager.h" #import "WXApiResponseHandler.h" #import "Constant.h" @implementation RespForWeChatViewController #pragma mark - View Lifecycle - (void)viewDidLoad { [super viewDidLoad]; // Do any add
  3. 所属分类:iOS

    • 发布日期:2016-02-16
    • 文件大小:12mb
    • 提供者:ios_stevejobs
  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
    • 文件大小:1021byte
    • 提供者:qq_27670189
  1. 模仿微信枪红包功能的动画效果,可动态配置金额,用户头像,文字内容等信息,传入后可通过block回调返回。

  2. 下载地址:https://github.com/amber01/WSRedPacketView 描述: WSRedPacketView是模仿微信抢红包的功能,动画效果也操作体验和微信的基本一致,如果有需要用到类似的功能大家可以下载参考一下。 使用: WSRewardConfig *info = ({ WSRewardConfig *info = [[WSRewardConfig alloc] init]; info.money = 100.0; info.avatarImage = [UIIm
  3. 所属分类:iOS

    • 发布日期:2017-12-27
    • 文件大小:184kb
    • 提供者:mayday550
« 12 3 4 »