Customize ActivityIndicator | Xcode 11 | Swift 5.2 | KtrKathir

Опубликовано: 11 Июнь 2020
на канале: iPhone Kathiresan
1,329
22

In this swift tutorial I discuss the topic of Customise ActivityIndicator out of your UIViews. This will make your code much more readable, and keep those UIViewController small.

You can use this LoadingIndicator for any other Views.
That makes sense to users what was going on right now in this UI Element.

Once you implemented it will help for your entire project. Because of you don't need to implement same line of code for each UIViewController or UIView

As I mention in the video, an easy way to refactor UIActivityIndicator. If you prefer it another way, please leave a comment to let the community know.

If you like my way of teaching like my video and post a comment to know more What you are expectation.

And also If you have any suggestions post a comment to let me know more.

UIActivityIndicator Refactor:    • UIActivityIndicator Refactor - Xcode ...  

Here I used NVActivityIndicatorView | GitHub: https://bit.ly/KtrKathir-NVActivityIn...

Subscribe on YouTube : https://bit.ly/KtrKathir
Follow me on WordPress: https://bit.ly/KtrKathir-blog
Like my page on Facebook: https://bit.ly/KtrKathir-fb

#Xcode #iOS #swift #activityIndicator

Chapters:
0:00 Welcome and intro
0:23 Pre explanation
1:02 Importing pod file and implementing NVActivityIndicatorView
3:07 Customisation
5:18 Final output and Explanation