podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
IOSDevLog
Shows
优势计划
7. 暗时间-答案解析
2018-01-01
13 min
优势计划
7. 暗时间-答案解析
2018-01-01
13 min
优势计划
6. 暗时间-测验
2018-01-01
05 min
优势计划
6. 暗时间-测验
2018-01-01
05 min
优势计划
5. 暗时间-着手行动
2018-01-01
15 min
优势计划
5. 暗时间-着手行动
2018-01-01
15 min
优势计划
4. 暗时间-破除框架
2018-01-01
17 min
优势计划
4. 暗时间-破除框架
2018-01-01
17 min
iOSDevLog
910. 用Kotlin破解Android版微信小游戏-跳一跳
成果1077跳一跳微信小程序可以玩游戏了,我们来破解一下《跳一跳》这个官方出品的小游戏吧。思路用usb调试安卓手机,用adb截图并用鼠标测量距离,然后计算按压时间后模拟按压。$ adb shell input swipe [duration(ms)] (Default: touchscreen) # 模拟长按$ adb shell screencap # 保存截屏到手机$ adb pull /sdcard/screen.png # 下载截屏文件到本地得到手指按的时间 t时间 = 距离 / 速度(常量) t = L / kL = p2 - p1获取到起始点和结束点的坐标源码开发环境: Kotlin, IetelliJ IDEAhttps://github.com/iOSDevLog/JumpJump主要源码fun main(args: Array) { val jumpjump = JumpJump() var isFirst = true var firstPoint: Point? = null var secondPoint: Point? val jPanel = object : JPanel() { override fun paintComponent(g: Graphics) { super.paintComponent(g) try { var bufferedImage = ImageIO.read(File(SCREENSHOT_LOCATION)) val newImage = BufferedImage(675, 1200, bufferedImage.getType()) val gTemp = newImage.graphics gTemp.drawImage(bufferedImage, 0, 0, 675, 1200, null)...
2017-12-29
03 min
优势计划
3. 暗时间-认知学习
行动专注战略搜集适应我的优势是行动,你的优势是什么?
2017-07-12
18 min
优势计划
3. 暗时间-认知学习
行动专注战略搜集适应我的优势是行动,你的优势是什么?
2017-07-12
18 min
优势计划
1. 暗时间-简单心理学
2017-07-11
22 min
优势计划
2. 暗时间-时间规划
2017-07-11
15 min
优势计划
1. 暗时间-简单心理学
2017-07-11
22 min
优势计划
0. 优势计划
2017-07-11
04 min
优势计划
2. 暗时间-时间规划
2017-07-11
15 min
优势计划
0. 优势计划
2017-07-11
04 min
iOSDevLog
909. iTunes Connect 开发人员帮助-提供 App 内购买项目
2017-06-30
34 min
iOSDevLog
908. iTunes Connect 开发人员帮助-管理协议、税务和银行业务
2017-06-30
18 min
iOSDevLog
905. iTunes Connect 开发人员帮助-测试 Beta 版本
2017-06-28
16 min
iOSDevLog
906. iTunes Connect 开发人员帮助-在 App Store 上发行
2017-06-28
18 min
iOSDevLog
907. iTunes Connect 开发人员帮助-维护您的 App
2017-06-28
11 min
iOSDevLog
903. iTunes Connect 开发人员帮助-添加 App 图标、App 预览和屏幕快照
2017-06-28
10 min
iOSDevLog
904. iTunes Connect 开发人员帮助-管理构建版本
2017-06-27
07 min
iOSDevLog
902. iTunes Connect 开发人员帮助-管理 App 和版本
2017-06-27
34 min
iOSDevLog
901. iTunes Connect 开发人员帮助-添加、编辑和删除用户
2017-06-27
15 min
iOSDevLog
900. iTunes Connect 开发人员帮助-iTunes Connect 使用入门
2017-06-27
08 min
iOSDevLog
899. 联系 App 审核团队
2017-06-25
03 min
iOSDevLog
897. App Store 审核指南-法律
2017-06-25
13 min
iOSDevLog
898. App 审核支持
2017-06-25
06 min
iOSDevLog
896. App Store 审核指南-设计
2017-06-25
08 min
iOSDevLog
895. App Store 审核指南-业务
2017-06-25
11 min
iOSDevLog
894. App Store 审核指南-性能
2017-06-25
12 min
iOSDevLog
893. App Store 审核指南-安全
2017-06-25
07 min
iOSDevLog
892. App Store 审核指南-简介
2017-06-25
06 min
iOSDevLog
891. 常见 App 拒绝情况
2017-06-25
04 min
iOSDevLog
890. App 审核
2017-06-25
02 min
iOSDevLog
889. Timeline
2017-04-20
31 min
iOSDevLog
888. React Hello World
2017-04-20
13 min
iOSDevLog
887. Welcom to React Code
https://github.com/iOSDevLog/ReactDevLog
2017-04-19
06 min
iOSDevLog
886. 大教堂与集市-大教堂与集市-2
《大教堂与集市》内容比较多,后面的就打算不再录制了,喜欢的小伙伴们还是看书吧!有想听的可以留言,如果还有人要听,我就再把后面的录了。
2017-03-31
43 min
iOSDevLog
885. 大教堂与集市-大教堂与集市-1
2017-03-28
44 min
iOSDevLog
884. 大教堂与集市-黑客圈简史
2017-03-28
36 min
iOSDevLog
883. 大教堂与集市-前言
2017-03-27
19 min
iOSDevLog
882. 全栈增长工程师指南-回顾与架构设计
2017-03-27
28 min
iOSDevLog
879. 全栈增长工程师指南-数据分析
2017-03-27
34 min
iOSDevLog
878. 全栈增长工程师指南-上线
2017-03-27
28 min
iOSDevLog
880. 全栈增长工程师指南-持续交付
2017-03-27
12 min
iOSDevLog
881. 全栈增长工程师指南-遗留系统与修改代码
2017-03-27
07 min
iOSDevLog
877. 全栈增长工程师指南-编码-2
2017-03-26
26 min
iOSDevLog
876. 全栈增长工程师指南-编码-1
2017-03-23
35 min
iOSDevLog
875. 全栈增长工程师指南-前端与后台
2017-03-23
30 min
iOSDevLog
870. React Native Cookbook-ContainersText
https://github.com/iOSDevLog/RNDevLog
2017-02-15
38 min
iOSDevLog
747. Android 第一天- 初识-1
http://v.youku.com/v_show/id_XMTczMTA2MTE5Ng==.htmlAndroid入门基础:从这里开始英文: http://developer.android.com/training/index.html中文: http://hukai.me/android-training-course-in-chinese/basics/index.html建立第一个App使用Android Studio创建项目使用Android Studio创建Android项目,启动Android Studio。如果我们还没有用Android Studio打开过项目,会看到欢迎页,点击New Project。如果已经用Android Studio打开过项目,点击菜单中的File,选择New Project来创建一个新的项目。填入内容,点击Next。Application Name此处填写想呈现给用户的应用名称。Company domain 包名限定符,Android Studio会将这个限定符应用于每个新建的Android项目。Package Name是应用的包命名空间(同Java的包的概念),该包名在同一Android系统上所有已安装的应用中具有唯一性,我们可以独立地编辑该包名。Project location操作系统存放项目的目录。在Select the form factors your app will run on窗口勾选Phone and Tablet。Minimum SDK. Minimum Required SDK表示我们的应用支持的最低Android版本,为了支持尽可能多的设备,我们应该设置为能支持你应用核心功能的最低API版本。如果某些非核心功能仅在较高版本的API支持,你可以只在支持这些功能的版本上开启它们(参考兼容不同的系统版本),此处采用默认值即可。不要勾选其他选项 (TV, Wear, Auto and Glass) ,点击 Next.在Add an activity to 窗口选择 Empty Activity,点击 Next.在Choose options for your new file 窗口.点击Finish完成创建。刚创建的Android项目是一个基础的Hello World项目,包含一些默认文件,我们花一点时间看看最重要的部分:app/src/main/res/layout/activity_my.xml这是刚才用Android Studio创建项目时新建的Activity对应的xml布局文件,按照创建新项目的流程,Android Studio会同时展示这个文件的文本视图和图形化预览视图,该文件包含一些默认设置和一个显示内容为“Hello world!”的TextView元素。app/src/main/java/com.iosdevlog.a1helloworld/MainActivity.java用Android Studio创建新项目完成后,可在Android Studio看到该文件对应的选项卡,选中该选项卡,可以看到刚创建的Activity类的定义。编译并运行该项目后,Activity启动并加载布局文件activity_my.xml,显示一条文本:”Hello world!”app/src/mai...
2016-09-19
15 min
iOSDevLog
746. Android 第零天:Android学习计划
http://v.youku.com/v_show/id_XMTczMTAzNDY2NA==.htmlhttp://iosdevlog.com/2016/09/18/android-0Android 第零天:Android学习计划18 September 2016官方文档 / Google I/O开发书籍 / 视频githubgoogle / stackoverflowblog & podcastCode 源码地址https://github.com/AndroidDevLog/AndroidDevLog官方资源http://developer.android.com/Google 合作伙伴https://www.udacity.com中文镜像 http://android.comhttp://developer.android.youdaxue.com/http://developer.android.youdaxue.com/guide/index.htmlAndroid入门基础:从这里开始英文: http://developer.android.com/training/index.html中文: http://hukai.me/android-training-course-in-chinese/basics/index.htmlAndroid 开发推荐Android 开发书籍推荐:从入门到精通系列学...
2016-09-19
24 min
iOSDevLog
723. Pro iOS Table Views and Collection Views- Using Swift 2
http://iosdevlog.com/pro_ios_table_views_and_collection_views/2016/07/25/Pro_iOS_Table_Views_and_Collection_Views Pro iOS Table Views and Collection Views- Using Swift 2 的总体介绍 http://m.youku.com/video/id_XMTY1OTU5NTg4MA==.html?refer=eco-h5-wbtb&tuid=UMzczMzY2NjI3Mg==&x
2016-07-26
29 min
iOSDevLog
523. Chapter 3-Collection Views Quick Start-1
http://iosdevlog.com
2016-04-24
12 min
iOSDevLog
497. 录屏时显示快捷键的NSApp-showShortcuts(第三遍)
https://github.com/iOSDevLog/showShortcuts录制了三期才有声音,哭啊,这三期视频基本类似,一个比一个短,前两个是无声的。主要是写了一个轮子,录视频的时候让它显示快捷健
2016-04-03
04 min
iOSDevLog
368. The iOS Apprentice 3- MyLocations 6 - Photo Picker-1
http://iosdevlog.com/2016/02/19/add-new-photos-to-the-simulatoradd new photos to the Simulator 向模拟器中加入新照片There are several ways you can add new photos to the Simulator.有几种不同的方法。You can go into Safari (on the Simulator) and search the internet for an image. Then press down on the image until a menu appears and choose Save Image:第一种在 Safari 中用网址打开图片保存。saveToSimulatorInstead of surfing the internet for images, you can also simply drop an image file on top of the Simulator window. This adds the picture to your library in the Photos app.第二种直接拖拽。dropToSimulatorFinally, you can use the T...
2016-02-19
13 min
iOSDevLog
317. The iOS Apprentice 2- Checklists 10 - UI Improvements-7
https://github.com/iOSDevLog/iOSDevLog/tree/master/Checklists一点 Autolayout 的使用
2016-01-13
15 min
iOSDevLog
296. The iOS Apprentice 2- Checklists 04 - Add Item Screen-2
http://iosdevlog.com/raywinderlich/2015/12/30/the-ios-apprentice-Checklists-4/代码实现The plan for this section: 这一期的计划Create the Add Item screen using the power of storyboarding使用故事板的强大功能创建屏幕添加待办项Add a text field and allow the user to type into it using the on-screen keyboard添加一个文本字段,允许用户输入时使用屏幕键盘Recognize when the user presses Cancel or Done on the Add Item screen识别用户按下取消或完成在Add Item屏幕上Create a new ChecklistItem with the text from the text field创建一个新的包含文本字段的文本 ChecklistItemAdd the new ChecklistItem object to the table on the main screen新的 ChecklistItem 对象添加到主屏幕上的 TableView
2015-12-31
1h 23
iOSDevLog
295. The iOS Apprentice 2- Checklists 04 - Add Item Screen-1
http://iosdevlog.com/raywinderlich/2015/12/30/the-ios-apprentice-Checklists-4/The plan for this section: 这一期的计划Create the Add Item screen using the power of storyboarding使用故事板的强大功能创建屏幕添加待办项Add a text field and allow the user to type into it using the on-screen keyboard添加一个文本字段,允许用户输入时使用屏幕键盘Recognize when the user presses Cancel or Done on the Add Item screen识别用户按下取消或完成在Add Item屏幕上Create a new ChecklistItem with the text from the text field创建一个新的包含文本字段的文本 ChecklistItemAdd the new ChecklistItem object to the table on the main screen新的 ChecklistItem 对象添加到主屏幕上的 TableView
2015-12-31
22 min
iOSDevLog
294. The iOS Apprentice 2- Checklists 03 - Data Model
http://iosdevlog.com/raywinderlich/2015/12/30/the-ios-apprentice-Checklists-3/What you’ll do in this section:我们这一期要做什么Add a navigation controller添加一个导航栏控制器Put the Add button into the navigation bar把一个 添加按钮 放到导航栏上Add a fake item to the list when you press the Add button当你点击 添加按钮 时添加一个假数据Delete items with swipe-to-delete当 滑动删除 时删除事项Open the Add Item screen that lets the user type the text for the item打开 添加事项 界面使用户可以输入事项
2015-12-30
35 min
iOSDevLog
293. The iOS Apprentice 2- Checklists 02 - Array
http://iosdevlog.com/raywinderlich/2015/12/29/the-ios-apprentice-Checklists-2/这一期主要分以下几点1. 添加上期忘记内容2. 数组介绍3. 创建Model Class4. 使用数组5. 重构,使代码更简洁清晰6. 忘记了替换 items.count
2015-12-29
49 min
iOSDevLog
292. The iOS Apprentice 2- Checklists 01 - Table View
http://iosdevlog.com/raywinderlich/2015/12/28/the-ios-apprentice-Checklists-1/
2015-12-28
49 min
iOSDevLog
204. 扯蛋之小伙伴的反馈及解释说明
ContactOfficial Home Page: http://iOSDevLog.comTwitter:iOSDevLogWeibo: iOSDevLogWeChat: iOSDevLogEmail: iosdevlog@iosdevlog.comCodehttps://github.com/iOSDevLog/iOSDevLogVideohttp://pan.baidu.com/s/1pJ5qjwR有想要看的视频可以微信回复,微博私信或者发邮件给我,我优先处理。
2015-11-22
10 min
iOSDevLog
201. UI Test Demo-1
视频及代码请查看 : https://github.com/iOSDevLog/iOSDevLog
2015-11-21
50 min
iOSDevLog
199. wwdc 2015-406 UI Testing in Xcode-3
UI Testing in Xcode pdf 解说,小伙伴们可以看看图文总结。 http://iosdevlog.com/wwdc/2015/11/19/197-200-wwdc-2015-session-406-ui-testing-in-xcode/
2015-11-19
34 min
iOSDevLog
196. wwdc 2015-226 Advanced NSOperations-2
http://iosdevlog.com/wwdc/2015/11/16/195196-wwdc2015-226-advanced-nsoperations/SummaryOperations abstract logicDependencies clarify intentDescribe complex behaviorsEnables powerful patternsOperationNSOperation subclass Adds “conditions” Adds “observers”Example operations* Groups* URLSessionTask* Location* DelayOperationConditionGenerates dependenciesDefines mutual exclusivityChecks for satisfied conditionsExample conditions* MutuallyExclusive* Reachability* PermissionsOperationObserverNotified about significant events* Operation start* Operation end* Operation generationExample observers* Timeouts* Background tasks* Network activity indicator
2015-11-16
36 min
iOSDevLog
163. CustomCollectionViewLayout-1
视频没有经过加工,有许多垃圾时间,2倍以上速度听都可以。官方主页: http://iosdevlog.com视频地址:http://pan.baidu.com/s/1pJ5qjwR代码地址:https://github.com/iOSDevLog/iOSDevLog
2015-10-25
24 min
iOSDevLog
140. wwdc 2015 14-What's New in Xcode
http://iosdevlog.com/wwdc/2015/10/14/wwdc-104_sd_whats_new_in_xcode/
2015-10-14
20 min
iOSDevLog
127. 17. Internationalization and Settings-2
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-08
23 min
iOSDevLog
126. 17. Internationalization and Settings-1
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-08
48 min
iOSDevLog
120. 14. Core Location and MapKit-1
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-08
44 min
iOSDevLog
119. 13. Application Lifecycle and Core Motion-2
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-08
24 min
iOSDevLog
121. 14. Core Location and MapKit-2
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-08
32 min
iOSDevLog
122. 15. Modal Segues-1
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-08
44 min
iOSDevLog
123. 15. Modal Segues-2
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-08
39 min
iOSDevLog
124. 16. Camera, Persistence, and Embed Segues-1
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-08
35 min
iOSDevLog
125. 16. Camera, Persistence, and Embed Segues-2
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-08
46 min
iOSDevLog
118. 13. Application Lifecycle and Core Motion-1
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-04
52 min
iOSDevLog
117. 12. Dynamic Animation-2
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-04
32 min
iOSDevLog
116. 12. Dynamic Animation-1
iTunes U/Developing iOS 8 Apps Swift Twitter: @iOSDevLog github: https://github.com/iOSDevLog/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-03
41 min
iOSDevLog
115. 11. Unwind Segues, Alerts, Timers, View Animation-2
iTunes U/Developing iOS 8 Apps SwiftTwitter: @iOSDevLoggithub: https://github.com/iOSDevLog/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-03
37 min
iOSDevLog
114. 11. Unwind Segues, Alerts, Timers, View Animation-1
iTunes U/Developing iOS 8 Apps SwiftTwitter: @iOSDevLoggithub: https://github.com/iOSDevLog/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-03
15 min
iOSDevLog
113. 10. Table View-2
iTunes U/Developing iOS 8 Apps SwiftTwitter: @iOSDevLoggithub: https://github.com/jiaxianhua/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-10-01
44 min
iOSDevLog
112. 10. Table View-1
iTunes U/Developing iOS 8 Apps Swiftgithub: https://github.com/jiaxianhua/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-09-30
49 min
iOSDevLog
111. 9. Scroll View and Multithreading-2
iTunes U/Developing iOS 8 Apps Swiftgithub: https://github.com/jiaxianhua/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-09-29
36 min
iOSDevLog
110. 9. Scroll View and Multithreading-1
iTunes U/Developing iOS 8 Apps Swift 代码分支:Cassini: https://github.com/jiaxianhua/iOSDevLog/tree/feature/Cassini github: https://github.com/jiaxianhua/iOSDevLog iTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099) CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/) 翻译地址: (https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-09-28
46 min
iOSDevLog
108. 8. View Controller Lifecycle, Autolayout-2
iTunes U/Developing iOS 8 Apps Swiftgithub: https://github.com/jiaxianhua/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-09-27
27 min
iOSDevLog
103. 8. View Controller Lifecycle, Autolayout-1
iTunes U/Developing iOS 8 Apps Swiftgithub: https://github.com/jiaxianhua/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-09-24
32 min
iOSDevLog
102. 7. Multiple MVCs-2
iTunes U/Developing iOS 8 Apps Swiftgithub: https://github.com/jiaxianhua/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-09-23
42 min
iOSDevLog
101. 7. Multiple MVCs-1
iTunes U/Developing iOS 8 Apps Swiftgithub: https://github.com/jiaxianhua/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-09-23
36 min
iOSDevLog
100. 6. Protocols and Delegation, Gestures
[iTunes U/Developing iOS 8 Apps Swiftgithub: https://github.com/jiaxianhua/iOSDevLogiTunes U 课程地址:[iTunes U/Developing iOS 8 Apps Swift](https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099)CS193P 课程地址:[CS193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)翻译地址:(https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/)
2015-09-22
48 min
iOSDevLog
96. 3. Applying MVC
https://github.com/jiaxianhua/iOSDevLog/tree/master/Calculator
2015-09-20
24 min
iOSDevLog
95. 2. More Xcode and Swift, MVC
Code:https://github.com/jiaxianhua/iOSDevLogError:http://stackoverflow.com/questions/29457720/compiler-error-method-with-objective-c-selector-conflicts-with-previous-declaraI myself is also taking the Standford course and I got stuck here for a long time too, but after some searching, I found something from here: Xcode release notes and it mentioned something below: Swift 1.2 is strict about checking type-based overloading of @objc methods and initializers, something not supported by Objective-C. // Has the Objective-C selector "performOperation:". func performOperation(op: NSOperation) { /* do something */ } // Also has the selector "performOperation:". func performOperation(fn: () -> Void) { self.performOpe...
2015-09-19
42 min
iOSDevLog
83. swift-2048 (1) Model 算法
https://github.com/jiaxianhua/iOSDevLog
2015-09-15
15 min
iOSDevLog
81. Podcast 上架 及 swift-2048 界面
https://github.com/jiaxianhua/iOSDevLog不在 master 分支,在 2048 分支上面,查看代码时请切换一下分支。
2015-09-14
15 min
iOSDevLog
58. objc中国 7-5 自定义 Formatters
http://objccn.io/issue-7-5/#7 Foundation卷首语基础集合类值对象KVC 和 KVO消息传递机制自定义 Formatters语言标签https://github.com/jiaxianhua/iOSDevLog/tree/master/58.%20KPAColorFormatterExample
2015-09-06
11 min
iOSDevLog
42. iOS~runtime理解
http://www.jianshu.com/p/927c8384855ahttps://github.com/jiaxianhua/iOSDevLog/tree/master/42.%20runtime代码
2015-09-02
16 min