Skip to content

Arvindcs/SwiftEasyExtension

Repository files navigation

SwiftEasyExtension

Hi there 👋

SwiftEasyExtension is an collection of commonly used extension written in Swift.

Requirements

iOS 10.0+ / macOS 10.12+ Xcode 10+ Swift 4 +

Installation

Download this project and simply drag and drop extension folder into your xcode project.

Uses

UIView+Ext

## 1. Add your own NavigationView

private let naContainerV = UIView()

override func viewDidLoad() {
    //TODO: - Title
    naContainerV.configureContainerView(navigationItem)
}

## 2. Set Shadow For View

let containerView = UIView()

 override func viewDidLoad() {
    //TODO: - Shadow
    containerView.setupShadowForView(view)
}

UILabel+Ext

## 1. Add Navigation Title

private let titleLbl = UILabel()

override func viewDidLoad() {
    //TODO: - Title
    titleLbl.configureTitleForNavi(naContainerV, isTxt: "Home Page")
}

Reach me via 👇🏻

Instagram Linkedin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages