분류 전체보기 썸네일형 리스트형 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.. 더보기 Swift - LocationManager Location manager is a CLLocationManager wrapper written entirely in SwiftFeatures:1) Location update with closure & delegate support2) Geocoding and reverse geocoding using Apple service3) Geocoding and reverse geocoding using Google service4) Closure returns CLPlacemark object, making it easier to place pin on map Link : https://github.com/varshylmobile/LocationManager 더보기 이전 1 2 3 4 5 6 ··· 37 다음