- 博客(13)
- 资源 (8)
- 收藏
- 关注
原创 一点点小感悟
前端时间一直在搞产品原型图(目前还在搞%>_<%),身为技术的我真是鸭梨山大,Axure软件的使用熟练度没的说,小事一桩很容易上手,同时建议用尺寸大的屏幕,看整体会方便很多。在制作过程中问题就来了,各种大脑短路,待续....
2014-08-18 13:18:09 384
原创 swift UISegmentedControl
var segmentedControl = UISegmentedControl(items:["赚钱","养家"]);
2014-06-17 15:58:56 1710
原创 swift UISlider
var slider = UISlider(frame:CGRectMake(10,10,200,20));self.view.addSub
2014-06-13 17:44:31 921
原创 swift UILabel
var label = UILabel(frame:self.view.bounds)label.backgroundColor = UICo
2014-06-13 17:36:05 735
原创 swift UIButton使用
和OC的差不多就 var button = UIButton.buttonWithType(.Custom)as UIButton; button.setTitle("返回",forState: .Normal); button.addTarget(self,action:Selector("backBtn"), forContro
2014-06-06 17:58:56 961
转载 苹果编程语言Swift中文教程:Swift简介
Swift语言概览基本概念注:这一节的代码源自The Swift Programming Language中的A Swift Tour。Hello, world类似于脚本语言,下面的代码即是一个完整的Swift程序。println("Hello, world") 变量与常量Swift使用var声明变量,let声明常量。var myVariable = 42myV
2014-06-04 09:37:42 568
原创 UIImageView 转动动画
CABasicAnimation* rotationAnimation; rotationAnimation = [CABasicAnimation animationWithKeyPath:@"transform.rotation.z"]; rotationAnimation.toValue = [NSNumbernumberWithFloat: M_PI * 2
2014-04-09 15:55:38 580
原创 IOS 定位
///初始化CLocationManager- (void) initLocation{ if([CLLocationManagerlocationServicesEnabled]) { self.locationManager = [[CLLocationManageralloc]init]; self.locationMa
2014-04-09 10:07:24 581
Git for Windows 2017 最新版(git)
2017-03-20
charles 3.11.4 破解版
2016-06-14
Java 做推送所用的5个jar文件
2014-04-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人