很久沒寫文章了九孩,主要每次想寫點啥之前都會搜一下相關(guān)文章。然后一搜就是一堆阱扬,就不想再寫重復的了泣懊。到如今就干脆把自己近來開源的、覺得還不錯的小功能給整理一下吧麻惶。
開源里都附有超詳細的解析馍刮,超詳細,超詳細窃蹋!
所以就不多說什么了卡啰,具體的自己點開看一下就可以了。
1.廣告的加載與兩種倒計時
https://github.com/DrunkenMouse/advertisementDisplay
通過啟動頁實現(xiàn)的廣告加載警没,與NSTimer和GCD實現(xiàn)的倒計時匈辱。其中NSTimer放在NSRunLoopCommonModes里可避免runLoop切換導致的倒計時失效。2.讓你的Logo飛出去
https://github.com/DrunkenMouse/logoFlyWithViewController
也是通過啟動頁實現(xiàn)的杀迹,這里參考了霜40的寫法亡脸,饒大也曾寫過。具體的在簡書搜一下就有了树酪。3.TablViewCell視覺錯誤動畫
https://github.com/DrunkenMouse/TablViewCellPerceiveError4.未讀消息的拖曳爆炸消失浅碾、側(cè)邊欄的動畫顯示、上下文轉(zhuǎn)場動畫與textField動畫续语、tableViewCell的動畫顯示垂谢、啟動頁面動畫
https://github.com/DrunkenMouse/AnimateOfRedDot-GooeySlide-PopUp-TableViewCell-StartOfProject
仿饒大的開源寫的5.按鈕點擊切換View界面包含scrollView的滾動與點擊切換界面
https://github.com/DrunkenMouse/clickCutViewAndContainScrollViewClickAndCutView
通過兩種方式實現(xiàn)的一種簡單的View界面切換。6.collectionView的多種轉(zhuǎn)場動畫swift版
https://github.com/DrunkenMouse/collectionViewMoreAnimateOfswift
包括cell拖曳及拖曳后重新排序疮茄,cell內(nèi)容全屏顯示和滾動動畫滥朱。7.下載按鈕的動畫效果
https://github.com/DrunkenMouse/downLoadButtonAnimate
仿冬瓜的動畫效果根暑。8.tableView多選Cell刪除
https://github.com/DrunkenMouse/ManySelectedTableViewCellOfDelete9.仿Keep中的中場休息頁面
https://github.com/DrunkenMouse/copyKeepOfRest
就是倒計時與繪圖的綜合應(yīng)用10.textField三種方式修改占位符顏色
https://github.com/DrunkenMouse/alterTextFieldPlacehoderColorOfThreeWay11.一個頁面兩個tableView聯(lián)動
https://github.com/DrunkenMouse/oneTableOfTwoView
就是一個View上有兩個TableView,并彼此通過代理實現(xiàn)聯(lián)動12.下拉刷新OC版-UIControl
https://github.com/DrunkenMouse/tipAnimate
自己用UIControl手寫的tableView下拉刷新功能徙邻,還有一個swift版排嫌,不過原理都一樣。13.繪畫板
https://github.com/DrunkenMouse/drawingBoard
通過drawRect實現(xiàn)的小畫板鹃栽,不過drawRect被稱為內(nèi)存殺手還是用CAShapeLayer更好躏率。
詳情參考:http://bihongbo.com/2016/01/03/memoryGhostdrawRect/14.圖片的兩種壓縮
https://github.com/DrunkenMouse/nineLock15.刮開圖層刮刮樂
https://github.com/DrunkenMouse/coverView16.仿Keep,動態(tài)根據(jù)日期顯示不同的界面
https://github.com/DrunkenMouse/copyKeepOfDate17.雙曲線波浪動畫
https://github.com/DrunkenMouse/animationTwoCurve
通常用在流量余額提醒(為什么是流量余額民鼓?因為我一個月只有300M還是4G的)薇芝。18.速度表盤
https://github.com/DrunkenMouse/speed
見過摩托車或者汽車上的速度表盤嗎?就是那玩意丰嘉,還是可以動的夯到。19.手勢解鎖(九宮格解鎖)
https://github.com/DrunkenMouse/nineLock20.仿YYModel 全英文注釋講解翻譯+解析
https://github.com/DrunkenMouse/ADModel
心血作。
[一縷殤流化隱半邊冰霜](http://www.reibang.com/users/12201cdd5d7a/latest_articles)
[饒志臻](http://www.reibang.com/users/263107bb1199/latest_articles)
[bestswifter](http://www.reibang.com/users/3e55748920d2/latest_articles)
[冬瓜爭做全棧瓜](http://www.reibang.com/users/9f329554ccdd/latest_articles)```
如有遺漏饮亏,還望提醒我立刻補上耍贾。謝謝。