WKWebView Tutorial
Since iOS 2.0 we have been using UIWebView. UIWebView. fulfill our browsing requirements, loading HTML pages, showing pdf or doc files etc. From iOS 8.0 Apple has deprecated UIWebVew and… Read more »
Since iOS 2.0 we have been using UIWebView. UIWebView. fulfill our browsing requirements, loading HTML pages, showing pdf or doc files etc. From iOS 8.0 Apple has deprecated UIWebVew and… Read more »
Swift String class is the most important class of Foundation framework, Stringclass is being widely used throughout the projects. If a string is so much popular then, should we have utility class… Read more »
Upgrade to Swift 5 String class is very rich and great in Swift, but as there is a lot of requirements to have formatted string. Using NSMutableAttributedString and NSAttributedString we can achieve multiple fonts,… Read more »