摘要: AVAudioPlayer的简单使用 import AVFoundation class ViewController: UIViewController,AVAudioPlayerDelegate{ var audioPlayer:AVAudioPlayer? //AVAudioPlayerDel 阅读全文
posted @ 2020-11-30 13:15 新年新气象 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 有时候会有需求将footer固定到底部。文章内容不足满屏时 footer在底部,超过满屏时footer在内容末尾 第一步,设置子盒子的坐标、位置以及如果长度超过最低高度的的处理 *{ text-align: center; margin: 0; } .wrapper{ position: fixed 阅读全文
posted @ 2020-11-30 10:02 新年新气象 阅读(100) 评论(1) 推荐(0) 编辑