Blog archive

May 2018

Build logs, short notes, and the things I work out in public before they turn into articles.

Custom Drop Down | Swift 4

Implement the Drop Down menu in iOS using swift 4 in xcode 9. I have searched questions  Custom Drop Down,  but they prefer making use of UIPicker  . Is it possible to ac…

Read more →
Custom Drop Down | Swift 4

POST Alamofire Date and Gender

ScreenShot All code, note:  d: day, M: month, y: year h: hour, m: minute, s: second import Alamofire import UIKit class GenderViewController: UIViewController, UITextFi…

Read more →
POST Alamofire Date and Gender

Cool Extension Swift 4.2

1 . Corner Radius for UIView import UIKit extension UIView { @IBInspectable var cornerRadius: CGFloat { get { return layer.cornerRadius …

Read more →
Cool Extension Swift 4.2
Showing 11 posts ← Newer posts Older posts →