[ Swift ] Library 썸네일형 리스트형 Swift - Avatar Animation Link : https://github.com/JasonZengJ/AvatarAnimationDemoLink (Design Shots): https://itunes.apple.com/us/app/design-shots-dribbble-client/id792517951?mt=8 더보기 Swift - Pulse Animation Code : override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. // declare a pulsing layer var pulsingLayer = YQPulsingLayer() // place the pulsing layer in the center the object view pulsingLayer.position = objectView.center // add the pulsing layer to the view view.layer.insertSublayer(pulsingLayer, below: objectView.layer) } Li.. 더보기 Swift - Flip Animation override func viewDidLoad() { super.viewDidLoad(); view1 = self.autoLayoutPanelViewWithColor(UIColor(hex: 0xf6b37f, alpha: 1.0), title:"Music", logoImage:UIImage(named: "CD_grid@156px"), backViewBackgroundColor:UIColor(patternImage: UIImage(named: "bg1")), backViewTitle:"Music for better life") view2 = self.autoLayoutPanelViewWithColor(UIColor(hex: 0xf9a451, alpha: 1.0), title:"Relax", logoImage.. 더보기 이전 1 2 다음