Look for any podcast host, guest or anyone
Showing episodes and shows of

IOSDevLog

Shows

优势计划优势计划7. 暗时间-答案解析2018-01-0113 min优势计划优势计划7. 暗时间-答案解析2018-01-0113 min优势计划优势计划6. 暗时间-测验2018-01-0105 min优势计划优势计划6. 暗时间-测验2018-01-0105 min优势计划优势计划5. 暗时间-着手行动2018-01-0115 min优势计划优势计划5. 暗时间-着手行动2018-01-0115 min优势计划优势计划4. 暗时间-破除框架2018-01-0117 min优势计划优势计划4. 暗时间-破除框架2018-01-0117 miniOSDevLogiOSDevLog910. 用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-2903 min优势计划优势计划3. 暗时间-认知学习行动专注战略搜集适应我的优势是行动,你的优势是什么?2017-07-1218 min优势计划优势计划3. 暗时间-认知学习行动专注战略搜集适应我的优势是行动,你的优势是什么?2017-07-1218 min优势计划优势计划1. 暗时间-简单心理学2017-07-1122 min优势计划优势计划2. 暗时间-时间规划2017-07-1115 min优势计划优势计划1. 暗时间-简单心理学2017-07-1122 min优势计划优势计划0. 优势计划2017-07-1104 min优势计划优势计划2. 暗时间-时间规划2017-07-1115 min优势计划优势计划0. 优势计划2017-07-1104 miniOSDevLogiOSDevLog909. iTunes Connect 开发人员帮助-提供 App 内购买项目2017-06-3034 miniOSDevLogiOSDevLog908. iTunes Connect 开发人员帮助-管理协议、税务和银行业务2017-06-3018 miniOSDevLogiOSDevLog905. iTunes Connect 开发人员帮助-测试 Beta 版本2017-06-2816 miniOSDevLogiOSDevLog906. iTunes Connect 开发人员帮助-在 App Store 上发行2017-06-2818 miniOSDevLogiOSDevLog907. iTunes Connect 开发人员帮助-维护您的 App2017-06-2811 miniOSDevLogiOSDevLog903. iTunes Connect 开发人员帮助-添加 App 图标、App 预览和屏幕快照2017-06-2810 miniOSDevLogiOSDevLog904. iTunes Connect 开发人员帮助-管理构建版本2017-06-2707 miniOSDevLogiOSDevLog902. iTunes Connect 开发人员帮助-管理 App 和版本2017-06-2734 miniOSDevLogiOSDevLog901. iTunes Connect 开发人员帮助-添加、编辑和删除用户2017-06-2715 miniOSDevLogiOSDevLog900. iTunes Connect 开发人员帮助-iTunes Connect 使用入门2017-06-2708 miniOSDevLogiOSDevLog899. 联系 App 审核团队2017-06-2503 miniOSDevLogiOSDevLog897. App Store 审核指南-法律2017-06-2513 miniOSDevLogiOSDevLog898. App 审核支持2017-06-2506 miniOSDevLogiOSDevLog896. App Store 审核指南-设计2017-06-2508 miniOSDevLogiOSDevLog895. App Store 审核指南-业务2017-06-2511 miniOSDevLogiOSDevLog894. App Store 审核指南-性能2017-06-2512 miniOSDevLogiOSDevLog893. App Store 审核指南-安全2017-06-2507 miniOSDevLogiOSDevLog892. App Store 审核指南-简介2017-06-2506 miniOSDevLogiOSDevLog891. 常见 App 拒绝情况2017-06-2504 miniOSDevLogiOSDevLog890. App 审核2017-06-2502 miniOSDevLogiOSDevLog889. Timeline2017-04-2031 miniOSDevLogiOSDevLog888. React Hello World2017-04-2013 miniOSDevLogiOSDevLog887. Welcom to React Codehttps://github.com/iOSDevLog/ReactDevLog2017-04-1906 miniOSDevLogiOSDevLog886. 大教堂与集市-大教堂与集市-2《大教堂与集市​》内容比较多,后面的就打算不再录制了,喜欢的小伙伴们还是看书吧!有想听的可以留言,如果还有人要听,我就再把后面的录了。2017-03-3143 miniOSDevLogiOSDevLog885. 大教堂与集市-大教堂与集市-12017-03-2844 miniOSDevLogiOSDevLog884. 大教堂与集市-黑客圈简史2017-03-2836 miniOSDevLogiOSDevLog883. 大教堂与集市-前言2017-03-2719 miniOSDevLogiOSDevLog882. 全栈增长工程师指南-回顾与架构设计2017-03-2728 miniOSDevLogiOSDevLog879. 全栈增长工程师指南-数据分析2017-03-2734 miniOSDevLogiOSDevLog878. 全栈增长工程师指南-上线2017-03-2728 miniOSDevLogiOSDevLog880. 全栈增长工程师指南-持续交付2017-03-2712 miniOSDevLogiOSDevLog881. 全栈增长工程师指南-遗留系统与修改代码2017-03-2707 miniOSDevLogiOSDevLog877. 全栈增长工程师指南-编码-22017-03-2626 miniOSDevLogiOSDevLog876. 全栈增长工程师指南-编码-12017-03-2335 miniOSDevLogiOSDevLog875. 全栈增长工程师指南-前端与后台2017-03-2330 miniOSDevLogiOSDevLog870. React Native Cookbook-ContainersTexthttps://github.com/iOSDevLog/RNDevLog2017-02-1538 miniOSDevLogiOSDevLog747. Android 第一天- 初识-1http://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-1915 miniOSDevLogiOSDevLog746. 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-1924 miniOSDevLogiOSDevLog723. Pro iOS Table Views and Collection Views- Using Swift 2http://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==&x2016-07-2629 miniOSDevLogiOSDevLog523. Chapter 3-Collection Views Quick Start-1http://iosdevlog.com2016-04-2412 miniOSDevLogiOSDevLog497. 录屏时显示快捷键的NSApp-showShortcuts(第三遍)https://github.com/iOSDevLog/showShortcuts​​录制了三期才有声音,哭啊,这三期视频基本类似,一个比一个短,前两个是无声的。​​主要是写了一个轮子,录视频的时候让它显示快捷健2016-04-0304 miniOSDevLogiOSDevLog368. The iOS Apprentice 3- MyLocations 6 - Photo Picker-1http://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-1913 miniOSDevLogiOSDevLog317. The iOS Apprentice 2- Checklists 10 - UI Improvements-7https://github.com/iOSDevLog/iOSDevLog/tree/master/Checklists一点 Autolayout 的使用2016-01-1315 miniOSDevLogiOSDevLog296. The iOS Apprentice 2- Checklists 04 - Add Item Screen-2http://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 对象添加到主屏幕上的 TableView2015-12-311h 23iOSDevLogiOSDevLog295. The iOS Apprentice 2- Checklists 04 - Add Item Screen-1http://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 对象添加到主屏幕上的 TableView2015-12-3122 miniOSDevLogiOSDevLog294. The iOS Apprentice 2- Checklists 03 - Data Modelhttp://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-3035 miniOSDevLogiOSDevLog293. The iOS Apprentice 2- Checklists 02 - Arrayhttp://iosdevlog.com/raywinderlich/2015/12/29/the-ios-apprentice-Checklists-2/这一期主要分以下几点1. 添加上期忘记内容2. 数组介绍3. 创建Model Class4. 使用数组5. 重构,使代码更简洁清晰6. 忘记了替换 items.count2015-12-2949 miniOSDevLogiOSDevLog292. The iOS Apprentice 2- Checklists 01 - Table Viewhttp://iosdevlog.com/raywinderlich/2015/12/28/the-ios-apprentice-Checklists-1/2015-12-2849 miniOSDevLogiOSDevLog204. 扯蛋之小伙伴的反馈及解释说明ContactOfficial Home Page: http://iOSDevLog.comTwitter:iOSDevLogWeibo: iOSDevLogWeChat: iOSDevLogEmail: iosdevlog@iosdevlog.comCodehttps://github.com/iOSDevLog/iOSDevLogVideohttp://pan.baidu.com/s/1pJ5qjwR有想要看的视频可以微信回复,微博私信或者发邮件给我,我优先处理。2015-11-2210 miniOSDevLogiOSDevLog201. UI Test Demo-1视频及代码请查看 : https://github.com/iOSDevLog/iOSDevLog2015-11-2150 miniOSDevLogiOSDevLog199. wwdc 2015-406 UI Testing in Xcode-3UI Testing in Xcode pdf 解说,小伙伴们可以看看图文总结。 ​http://iosdevlog.com/wwdc/2015/11/19/197-200-wwdc-2015-session-406-ui-testing-in-xcode/2015-11-1934 miniOSDevLogiOSDevLog196. wwdc 2015-226 Advanced NSOperations-2http://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 indicator2015-11-1636 miniOSDevLogiOSDevLog163. CustomCollectionViewLayout-1视频没有经过加工,有许多垃圾时间,2倍以上速度听都可以。​官方主页: http://iosdevlog.com​视频地址:http://pan.baidu.com/s/1pJ5qjwR​代码地址:https://github.com/iOSDevLog/iOSDevLog2015-10-2524 miniOSDevLogiOSDevLog140. wwdc 2015 14-What's New in Xcodehttp://iosdevlog.com/wwdc/2015/10/14/wwdc-104_sd_whats_new_in_xcode/2015-10-1420 miniOSDevLogiOSDevLog127. 17. Internationalization and Settings-2iTunes 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-0823 miniOSDevLogiOSDevLog126. 17. Internationalization and Settings-1iTunes 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-0848 miniOSDevLogiOSDevLog120. 14. Core Location and MapKit-1iTunes 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-0844 miniOSDevLogiOSDevLog119. 13. Application Lifecycle and Core Motion-2iTunes 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-0824 miniOSDevLogiOSDevLog121. 14. Core Location and MapKit-2iTunes 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-0832 miniOSDevLogiOSDevLog122. 15. Modal Segues-1iTunes 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-0844 miniOSDevLogiOSDevLog123. 15. Modal Segues-2iTunes 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-0839 miniOSDevLogiOSDevLog124. 16. Camera, Persistence, and Embed Segues-1iTunes 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-0835 miniOSDevLogiOSDevLog125. 16. Camera, Persistence, and Embed Segues-2iTunes 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-0846 miniOSDevLogiOSDevLog118. 13. Application Lifecycle and Core Motion-1iTunes 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-0452 miniOSDevLogiOSDevLog117. 12. Dynamic Animation-2iTunes 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-0432 miniOSDevLogiOSDevLog116. 12. Dynamic Animation-1iTunes 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-0341 miniOSDevLogiOSDevLog115. 11. Unwind Segues, Alerts, Timers, View Animation-2iTunes 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-0337 miniOSDevLogiOSDevLog114. 11. Unwind Segues, Alerts, Timers, View Animation-1iTunes 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-0315 miniOSDevLogiOSDevLog113. 10. Table View-2iTunes 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-0144 miniOSDevLogiOSDevLog112. 10. Table View-1iTunes 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-3049 miniOSDevLogiOSDevLog111. 9. Scroll View and Multithreading-2iTunes 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-2936 miniOSDevLogiOSDevLog110. 9. Scroll View and Multithreading-1iTunes 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-2846 miniOSDevLogiOSDevLog108. 8. View Controller Lifecycle, Autolayout-2iTunes 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-2727 miniOSDevLogiOSDevLog103. 8. View Controller Lifecycle, Autolayout-1iTunes 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-2432 miniOSDevLogiOSDevLog102. 7. Multiple MVCs-2iTunes 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-2342 miniOSDevLogiOSDevLog101. 7. Multiple MVCs-1iTunes 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-2336 miniOSDevLogiOSDevLog100. 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-2248 miniOSDevLogiOSDevLog96. 3. Applying MVChttps://github.com/jiaxianhua/iOSDevLog/tree/master/Calculator2015-09-2024 miniOSDevLogiOSDevLog95. 2. More Xcode and Swift, MVCCode:​https://github.com/jiaxianhua/iOSDevLog​​Error:​http://stackoverflow.com/questions/29457720/compiler-error-method-with-objective-c-selector-conflicts-with-previous-declara​I 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-1942 miniOSDevLogiOSDevLog83. swift-2048 (1) Model 算法https://github.com/jiaxianhua/iOSDevLog2015-09-1515 miniOSDevLogiOSDevLog81. Podcast 上架 及 swift-2048 界面https://github.com/jiaxianhua/iOSDevLog​不在 master 分支,在 2048 分支上面,查看代码时请切换一下分支。2015-09-1415 miniOSDevLogiOSDevLog58. objc中国 7-5 自定义 Formattershttp://objccn.io/issue-7-5/#7 Foundation卷首语基础集合类值对象KVC 和 KVO消息传递机制自定义 Formatters语言标签https://github.com/jiaxianhua/iOSDevLog/tree/master/58.%20KPAColorFormatterExample2015-09-0611 miniOSDevLogiOSDevLog42. iOS~runtime理解http://www.jianshu.com/p/927c8384855ahttps://github.com/jiaxianhua/iOSDevLog/tree/master/42.%20runtime代码2015-09-0216 min