Author: Charles Zhu
Summary: 动画学习
前言
偶然发现iPhone QQ 显示消息条数的小红点可以响应动作事件,也有人问我这样的动画该怎么做,这里 …
书桌上放着本 <<守望灯塔>>,看了快一半。买的时候,看书名以为是个励志型的故事,看了以后才知道不是,——大概和爱情,和人生有 …
notes for 419
notes for 223
Note of More Swift and Foundation Frameworks, not detail described.
Lesson4的要点记录,有些没有展开,侧重于“点”。看完后觉得需要注意的地方:基本数据类型如Optional/Array/Dictionary等的特点;class与struct的异同;class中的属性和方法;常见数据 …
During the course, a lot of swift details are touched from Lesson 1 to 3 and the classical MVC is practised in Lesson 3.
本篇侧重swift的强类型特性以及struct的特点。
Swift is smart enough to know the type and you can ommit the type in decalaring, function …
Xcode6中支持添加矢量图,然后在编译期Xcode6自动生成@2x和@3x的图片,可是添加的过程有些繁琐。
首先,直接把矢量图拖到 xcassets文件中是不行的,添加的步骤:
xcassets 中 New …今天简单介绍一下RBStoryboardLink,这是一个方便在某个storyboard(下面我要用SB代之)中调用其他 SB 中的viewcontroller的项目
当Apple越来越重视的SB时候,设计 …
本周业余时间,主要在研究如何使用Appium,内容包括Appium是什么,架构,安装,使用以及测试用例的写法。
Appium的Introduction页面介绍了Appium,采用 …
This is a category of study&¬es of swift, program and so on during the study of [Developing iOS8 Apps with Swift] on the iTunes U.
此系列为学习stanford课程:Developing iOS8 Apps with Swift过程中,对语言,程序设计,编程能力 …