文章分类 -  swift5

基于swift5,纯代码做的30个小程序
swift_06_Carousel Effect
摘要:知识点 1.UICollectionView的使用 2.横向滚动 完整代码 ViewController.swift 数据相关Interest.swift 自定义cell之 InterestCollectionViewCell.swift 阅读全文

posted @ 2019-10-07 16:46 cj2527 阅读(143) 评论(0) 推荐(0)

swift_05_RandomColorization
摘要:知识点: 1.渐变色 2.音乐播放 阅读全文

posted @ 2019-10-06 16:41 cj2527 阅读(104) 评论(0) 推荐(0)

swift_04_pullToRefresh
摘要:知识点 1.下拉刷新 2.tableView的使用 阅读全文

posted @ 2019-10-06 16:22 cj2527 阅读(168) 评论(0) 推荐(0)

swift_03_TextView
摘要:知识点: 1通过TextView的textViewDidChange事件捕捉当前输入内容,从而进行限制输入字数 2.通过监听IResponder.keyboardWillChangeFrameNotification事件来监视Keyboard的弹出和收起。在对应回调中,通过note.userInfo 阅读全文

posted @ 2019-10-05 17:12 cj2527 阅读(84) 评论(0) 推荐(0)

swift_02_获取定位
摘要:知识点: 1.定位的获取 2.反向地理编码 一、plist权限的配置 源代码编辑条件以下代码 报错:kCLErrorDomain Code=8 解决方法:不要用模拟器 阅读全文

posted @ 2019-10-05 10:17 cj2527 阅读(152) 评论(0) 推荐(0)

swift_01_自动布局
摘要:前言: 开发环境:xcode11+swift5 知识点: 1.snap自动布局 2.计时器的使用 阅读全文

posted @ 2019-10-05 09:23 cj2527 阅读(154) 评论(0) 推荐(0)

导航