In this example we will how to use UIActivityIndicatorView Example in swift, mostly we have used an activity indicator to show some operation status like webview start and stop. Related: Webview Example in swift & MBProgressHUD Example UIActivityindicatorview is appears as spinning wheel either it's spinning or stopped state mostly an … [Continue reading...]
UIStepper Example in Swift
In my previous tutorial i have explained about how to create uitableview, in this tutorial we will learn about how to implement uistepper using swift in iOS. UIStepper control lets user adjust a value by increasing and decreasing it in small steps. It has two buttons with minus (-) and plus(+) symbol. The minus symbol button is used to decrement … [Continue reading...]
MBProgressHUD example in Swift
In the previous example we have learned how to create UIActivityIndicator Example in swift, this tutorial we will learn about how to create MBProgressHUD Example in swift. What is MBProgressHUD? MBProgressHUD is an custom control that is used to displays a translucent HUD with a progress indicator with some optional labels while work is being done … [Continue reading...]
UIWebView example using swift in ios
In the Previous ios webview example I have explained about creating ios webview using objective-c, but this tutorial we are going to learn about creating and implementing the uiwebview example using swift programming language. UIWebView object is used the load and display the web content into your application, safari browser is the primary example … [Continue reading...]
Ionic 2 getting started
Ionic framework has quickly emerged as one of the leading mobile app development framework using HTML5, CSS and JavaScript that UI and it is looks like native user interface components. It targets multiple platforms like Android, iOS and Windows Phone with single code base so web application developers can easily create their own mobile apps with … [Continue reading...]
Recent Comments