- 博客(6)
- 收藏
- 关注
原创 A Swift implementation for LTNavigationBar
// A Swift implementation for [LTNavigationBar](https://github.com/ltebean/LTNavigationBar "view on Github") extension UINavigationBar { private struct AssociatedKeys { static var overlayKe
2015-05-06 13:30:41
900
原创 TMCoverFlowLayout
A cover flow implementation by subclassing UICollectionViewFlowLayoutOriginal found on here, thanks to solomidSF(He must be a dota player:p), and I copy it using Swift with a little modifications/** *
2015-04-20 15:40:44
298
原创 Customized UIImageView that allows choosing photo from library or camera
protocol TMMutableImageViewDelegate { func imageSelected(editedImage: UIImage, originalImage: UIImage) }class TMMutableImageView: UIImageView, UIImagePickerControllerDelegate, UINavigationControlle
2015-04-16 10:09:26
273
原创 UITextView with placeholder
class TMTextView: UITextView { private var placeholderLabel: UILabel! func setPlaceholder(placeholderText: String) { NSNotificationCenter.defaultCenter().addObserver(self, selector: "text
2015-04-15 12:43:41
223
原创 Get textField of UISearchBar
Found a solution on StackOverflowlet searchTextField = self.searchBar.valueForKey("_searchField") as! UITextField
2015-04-13 14:09:02
293
原创 Useful extensions for UIView
UITextField ShakingFeels like typing wrong passcode on lock screenextension UITextField { func tm_shake() { let anim = CAKeyframeAnimation(keyPath: "position.x") anim.values = [0, 1
2015-04-13 11:06:19
342
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅