notes for 223
Note: More Swift and Foundation Frameworks
Intro
Note of More Swift and Foundation Frameworks, not detail described.
Lesson4的要点记录,有些没有展开,侧重于“点”。看完后觉得需要注意的地方:基本数据类型如Optional/Array/Dictionary等的特点;class与struct的异同;class中的属性和方法;常见数据 …Tagged as : swiftswift学习之struct ——前三课总结
Intro
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的特点。Strong type language
Swift is smart enough to know the type and you can ommit the type in decalaring, function …
Tagged as : swiftXcode6中批量添加矢量图
1. Xcode6添加矢量图的问题
Xcode6中支持添加矢量图,然后在编译期Xcode6自动生成@2x和@3x的图片,可是添加的过程有些繁琐。
首先,直接把矢量图拖到xcassets
文件中是不行的,添加的步骤:- 在
xcassets
中New …
Tagged as : Xcode- 在
RBStoryboardLink 的简介
1. Intro
今天简单介绍一下RBStoryboardLink,这是一个方便在某个storyboard(下面我要用SB代之)中调用其他 SB 中的viewcontroller的项目
2. RBStoryboardLink
2.1 为什么要使用
当Apple越来越重视的SB时候,设计 …
Tagged as : storyboardAppium的使用
1. Intro
本周业余时间,主要在研究如何使用Appium,内容包括Appium是什么,架构,安装,使用以及测试用例的写法。
2. Appium简介
Appium的Introduction页面介绍了Appium,采用 …
Tagged as : appiumOptional of swift
Intro
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过程中,对语言,程序设计,编程能力 …Tagged as : swiftCompare of Testflight&&Enterprise Distribution
compare of Testflight&&Enterprise Distribution;testflight和企业分发比较
Tagged as : distribution个人App发布前的测试
前言
假期里原本想好好的放松,多看几本书,多运动,不曾想一半的时间花费在修改bug上了。算上假期前提交的版本,整个春节期 …
Tagged as : 测试过去一周的思考
简介
过去的一周可以算是波澜起伏,主要关于两方面:一个是app的下载,另一个是app的发布。
app的下载
ASO是一个至今不得窥其入门的东西,某个收费的app自上线至今约3个月的时间保持平均每天3个的下载节奏。期间在app中集成的分享平台中发过带app的tag的链接(主要是国外的分 …
Tagged as : iOS