[Error] Failed to render and update auto layout satatus UIview
solution 1. Use source code to remove error 2. Update your library pod example i use fspagerview and update pod 'FSPagerView', '~> 0.7' update to pod …
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
solution 1. Use source code to remove error 2. Update your library pod example i use fspagerview and update pod 'FSPagerView', '~> 0.7' update to pod …
Read more →
source: screen shot use header The viewForHeaderInSection method belongs to the UITableViewDelegate Protocol. You therefore must set the delegate of your table view to…
Read more →
This time i will give an example for Auto Slide Page, and will use FSPagerView for slider and Kingfisher as image here's an example code: 1. input UiView then sel…
Read more →
https://github.com/uias/Tabman Super easy to implement page view controller with indicator bar slide controllers Tabman Install pod : pod ' Tabman ' how to use : 1.…
Read more →This time, I’ve created a simple app that demonstrates the use of NSNotifcationCenter so that we can better understand what this would look like in code, and how it act…
Read more →
This time i share how to make UITabBarController condition IF and ElSE data you get have 2 or more. 1. you must create new file swift in cocoa touch class adn create UI…
Read more →
You can use UserDefaults, in viewController UserDefaults.standard.set(loginTextField.text, forKey: "login") @IBAction func login(_ sender: Any) { UserD…
Read more →Please add this var List: [String] = [""] var sum = 0 then in your second view controller after List .append( textIsi .text!) add this sum += Int ( textIsi . text !)! Like t…
Read more →
Here is example code : 1. TextDidEndEditing (after you end editing text) import UIKit import Alamofire import SwiftyJson class autoTextViewController: UIViewControlle…
Read more →if a message or error appears like this, then try some tricks like below // Clean drive data 1. xcode 2. preference 3. location 4. drive data (/Users/mac/Library/Devel…
Read more →
This is how to create animation with cocoapod library, ok I will give an example with library AnimatedTextInput . Use cocoapods to install this custom control in your …
Read more →
How to Use more than one json file in library animation LOTTIE. this example for 3 json file animation. Note: use UICollectionview & UICollectionViewCell import UIKi…
Read more →