封装的一个方法 .h文件中 #import <UIKit/UIKit.h> @protocol LrdOutputViewDelegate <NSObject> @required - (void)didSelectedAtIndexPath:(NSIndexPath *)indexPath; @e ...
分类:
其他好文 时间:
2016-12-07 18:13:27
阅读次数:
348
一、实时搜索 ViewController.swift import UIKit class ViewController: UIViewController { //展示列表 var tableView: UITableView! //搜索控制器 var countrySearchControll ...
分类:
编程语言 时间:
2016-12-05 22:05:59
阅读次数:
299
Quartz 2D 使用大全结构图UIKIt UIBezierPath Core Graphics OpenGL ES Quartz2D的区别和联系UIKIt:UIKit中的控件都是基于Core Gr...
分类:
移动开发 时间:
2016-12-05 12:02:01
阅读次数:
323
UITableView cell自定义头文件:shopCell.h#import <UIKit/UIKit.h>@interface shopCell : UITableViewCell@property (strong, nonatomic) UIImageView *image;@propert ...
分类:
移动开发 时间:
2016-12-05 11:48:17
阅读次数:
221
1 Only account, contact, lead, incident entities are supported for merge 2 Merging Custom Entity Records with Dynamics CRM 2011 Dialog https://communi ...
分类:
其他好文 时间:
2016-12-02 21:36:29
阅读次数:
257
Mac OS X开发会使用Cocoa框架,它是一种支持应用程序提供丰富用户体验的框架,它实际上由:Foundation和Application Kit(AppKit)框架组成。iOS开发,会使用Cocoa Touch框架,它实际上由:Foundation和UIKit框架组成。 ? AppKit和UI ...
分类:
编程语言 时间:
2016-12-02 11:24:47
阅读次数:
225
微软在新的转型中一直强调DigitalTransformation(数字化转型),那肯定少不了Dynamics365。微软Dynamics365是把CRM和ERP云方案进化成为SaaS的云服务解决方案,新的产品将提供更有针对性的企业管理功能,包括财务,服务,销售,运营,营销,产品等功能。但是大多数人对Dynamics..
分类:
其他好文 时间:
2016-12-01 15:08:12
阅读次数:
1856
.a静态库是Unix推出的,几乎所有平台都可以使用; .framework是Apple推出的,是对.a静态库的封装,方便使用。 1、新建framework类库项目 2、生成的类库中,自定义的源头文件需要手动导入,但资源文件不需要,直接拖入工程中,生成的framework中已经包含了资料文件: 外部项 ...
分类:
其他好文 时间:
2016-11-30 03:45:18
阅读次数:
236
今天我们要学习UIDynamicAnimator 仿真物理学 。 UIKit 力学(Dynamics) 和动态效果(Motion Effects) 。 创建力学基本流程: 创建运动管理 创建运动行为(如gravity、collision),运动行为添加运动物体:即需要指定具体物体(具体物体,具体行为 ...
分类:
其他好文 时间:
2016-11-29 22:26:43
阅读次数:
228
DJComposeViewController.m DJComposePhotosView.h DJComposePhotosView.m 最终效果: ...
分类:
其他好文 时间:
2016-11-26 02:20:04
阅读次数:
108