摘要: 问:适合哪些人使用? 答:适合各个水平的英语学习者,包括初学者、备考IELTS/TOEFL的学生以及希望提升英语流利度的职场人士。 问:需要联网使用吗? 答:不需要。App支持完全离线学习,您可以随时随地进行练习,不受网络环境限制。 问:如何开始学习? 答:选择一个课程包后,点击具体的课程开始练习。 阅读全文
posted @ 2025-06-06 21:32 裸奔的小鸟 阅读(6) 评论(0) 推荐(0)
摘要: 都说Swift与Objective C最大的区别就是面向协议编程, 这个话要这么理解,到底什么场景下需要用到协议呢? 下面举个例子来说说我个人对于这个问题的一些看法 假如现在有一个页面需要弹出一个弹框, 弹框有很多不同的形式. 带"确认"和"取消"两个按钮的弹框 右上角有个"X"的关闭按钮的弹框 带 阅读全文
posted @ 2020-04-03 09:29 裸奔的小鸟 阅读(367) 评论(0) 推荐(0)
摘要: 接上一篇文章 Swift 模块化框架的实现以及模块之间的解藕 之后, 我们近一步让app在启动之前就调用ModuleManager的初始化方法. 在OC中是有一个main.m文件以及一个main函数的,但是在swift中被去掉了,取而代之的是在AppDelegate.m中使用 @UIApplicat 阅读全文
posted @ 2020-04-01 19:13 裸奔的小鸟 阅读(1316) 评论(0) 推荐(0)
摘要: 一般比较大的项目都会使用到模块化的方式来管理各个组件, 这样每个模块的owner只需要专注于该模块的开发,而不需要关心其他模块. 于是本文简单介绍一下Swift模块化框架的简单实现. 模块化实现 整体思路是这样的, app启动后先初始化一个模块管理类ModuleManager, 然后由ModuleM 阅读全文
posted @ 2020-04-01 16:36 裸奔的小鸟 阅读(1766) 评论(0) 推荐(0)
摘要: 1. 简单工厂模式 一个工厂类 内部用 switch case 创建不同对象 1 import UIKit 2 3 protocol Service { 4 var url: URL { get } 5 } 6 7 // dev阶段 8 class StagingService: Service { 阅读全文
posted @ 2020-03-31 15:07 裸奔的小鸟 阅读(857) 评论(0) 推荐(0)
摘要: Due to the limitations of the app store, it is currently only supported to create an app for a script file. And when the script file is updated, you n 阅读全文
posted @ 2019-03-13 16:38 裸奔的小鸟 阅读(209) 评论(0) 推荐(0)
摘要: Q: Why does smart protection not work? A: Please make sure the checkbox "Eye Protection" is on, app activated is not in the exception list and the cur 阅读全文
posted @ 2019-01-21 22:09 裸奔的小鸟 阅读(233) 评论(0) 推荐(0)
摘要: Q: Why doesn't the selected game go to top? A: The game which include your favorite team will be always at top, your selected game will be the top #2. 阅读全文
posted @ 2018-12-20 17:29 裸奔的小鸟 阅读(356) 评论(0) 推荐(0)
摘要: Q: Why does it jump to an incorrect page? A: Some categories, such as twitter, may need to log in in advance. Q: Which languages ​​does Google Transla 阅读全文
posted @ 2018-11-12 17:36 裸奔的小鸟 阅读(325) 评论(0) 推荐(0)
摘要: Q: Why is it a blank window after openning the app and connect mobile device? A: Please make sure that the screen of your mobile device is unlocked. Q 阅读全文
posted @ 2018-10-31 16:34 裸奔的小鸟 阅读(197) 评论(0) 推荐(0)