02 2015 档案

摘要:在Mac中先安装setup tools 可以从 下载py文件 直接在terminal中 输入命令python 然后把Finder中的文件拖到terminal中就可以了然后使用 easy_install 把egg文件拖到terminal里面就可以了到此安装结束 阅读全文
posted @ 2015-02-26 16:12 baaingSheep 阅读(790) 评论(0) 推荐(0)
摘要:之前试用的Versions 过期了 下载svnX发现它很精简很好用 后来直接用了Xcode发现Xcode一开始直接在Source Control 里面Check Out 发现只有填写连接的地方 但是配置问题地方填写 都是直接通过然后显示一个文件夹名字但里面并没有内容 所以就在repository地址... 阅读全文
posted @ 2015-02-25 21:37 baaingSheep 阅读(768) 评论(0) 推荐(0)
摘要:创建 cell 或者 附加视图1、在此之前注册funcregisterClass(_cellClass:AnyClass?,forCellWithReuseIdentifieridentifier:String)funcregisterClass(_viewClass:AnyClass?,forSu... 阅读全文
posted @ 2015-02-15 15:23 baaingSheep 阅读(180) 评论(0) 推荐(0)
摘要:TheUICollectionViewclass manages an ordered collection of data items and presents them using customizable layouts. Collection views provide the same g... 阅读全文
posted @ 2015-02-15 15:22 baaingSheep 阅读(242) 评论(0) 推荐(0)
摘要:UITableVIewCell有预定样式的也可以自定义样式。使用 init(stylestyle:UITableViewCellStyle,reuseIdentifierreuseIdentifier:String?)来初始化预定义的样式reuseidentifier的描述A string use... 阅读全文
posted @ 2015-02-10 07:26 baaingSheep 阅读(183) 评论(0) 推荐(0)
摘要:TheUITableViewCellclass defines the attributes and behavior of the cells that appear inUITableViewobjects. This class includes properties and methods ... 阅读全文
posted @ 2015-02-09 17:02 baaingSheep 阅读(146) 评论(0) 推荐(0)
摘要:非常详细的图文入门教程http://www.raywenderlich.com/81879/storyboards-tutorial-swift-part-1因为太长了 所以只放一些我觉得很有用的内容的翻译The single View Controller you defined was set ... 阅读全文
posted @ 2015-02-08 21:37 baaingSheep 阅读(437) 评论(0) 推荐(0)
摘要:Activity IndicatorsAn activity indicator is a spinning wheel that indicates a task is in the midst of being processed. If an action takes a noticeable... 阅读全文
posted @ 2015-02-08 20:16 baaingSheep 阅读(455) 评论(0) 推荐(0)
摘要:The methods declared by theUIScrollViewDelegateprotocol allow the adopting delegate to respond to messages from theUIScrollViewclass and thus respond ... 阅读全文
posted @ 2015-02-07 23:41 baaingSheep 阅读(579) 评论(0) 推荐(0)
摘要:An instance ofUITableView(or simply, a table view) is a means for displaying and editing hierarchical lists of information.一个UITableVIew(简单的来讲,一个表格视图)... 阅读全文
posted @ 2015-02-07 12:48 baaingSheep 阅读(282) 评论(0) 推荐(0)
摘要:CGRectInsetReturns a rectangle that is smaller or larger than the source rectangle, with the same center point.返回一个使用同样的中点比源矩形小或大的矩形。DeclarationSWIFTf... 阅读全文
posted @ 2015-02-07 09:43 baaingSheep 阅读(485) 评论(0) 推荐(0)
摘要:boundsPropertyThe bounds rectangle, which describes the view’s location and size in its own coordinate system.bounds 矩形使用视图本身的坐标系统来的描述视图的位置和大小Declarat... 阅读全文
posted @ 2015-02-06 20:06 baaingSheep 阅读(275) 评论(0) 推荐(0)
摘要:Configuring the Bounds and Frame RectanglesframePropertyThe frame rectangle, which describes the view’s location and size in its superview’s coordinat... 阅读全文
posted @ 2015-02-06 19:55 baaingSheep 阅读(329) 评论(0) 推荐(0)