I am iOS developer having 9 years experience. I have developed Taxi, Financial and enterprise applications. I am good in Swift language (Linkedin Passed)
-
NayaPay
- Karachi Pakistan
- www.nayapay.com
Pinned Loading
-
#Swift #Model #Structure #Extension
#Swift #Model #Structure #Extension 1// API Response
2let response = [
34"data" : [
5"fstName" : "Jack",
-
Enums in swift
Enums in swift 1enum Status {
2case ACTIVE
3case PENDING
4case BLOCK
5}
-
Load image using Extension in swift
Load image using Extension in swift 1extension UIImageView {
2func loadImage(URL : URL?, name : String) {
3self.setImageForName(name, circular: true, textAttributes: nil)
4self.sd_setImage(with:URL) { (image, error, cache, url) in
5if image == nil {
-
Passing data between ViewControllers...
Passing data between ViewControllers using closure in swift 1//Passing Data Between ViewControllers Using Closure
23//In this model, i am considering two viewController i-e PresentViewController and ParentViewController. Closure is used to pass the data from PresentVC to ParentVC after the dismiss of PersentVC.
45//PresentViewController
-
Back to specific ViewController usin...
Back to specific ViewController using extension in swift 1extension UINavigationController {
23func backToViewController(viewController: Swift.AnyClass) {
4for element in viewControllers as Array {
5if element.isKind(of: viewController) {
-
Change tinit color of uiImageView in...
Change tinit color of uiImageView in App contain multiple targets 1addressIcon.image = addressIcon.image?.withRenderingMode(.alwaysTemplate)
2addressIcon.tintColor = appThemeColor
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.