
Author: Jatin Patel
❤️ Creating Things ❤️

UICollectionView iOS SWIFT with custom cell Tutorial
– How to use UICollectionView in iOS Swift. – How to use custom collection view cell. – Identify which button of cell is tapped. – full code is here https://github.com/J3Patel/collection-view-demo-iOS-swift.git
UITableView with UISwitch using Model in Swift, Custom UITableViewCell iOS.
– Used Model to save the states of switches – Identify which switch is tapped by user – Used custom UITableViewCell GITHUB: https://github.com/J3Patel/TableView-Demo-with-saving-switches-states

Best Practices for Variable and Method Naming
Use short enough and long enough variable names in each scope of code. Generally length may be 1 char for loop counters, 1 word for condition/loop variables, 1-2 words for methods, 2-3 words for classes, 3-4 words for […]