Downloading Data using NSURLConnection in IOS using Objective-C
Downloading Data using NSURLConnection in IOS using Objective-C There are several cases when you need to download an image from a specific url, so it is better that you know how to do it easily and effectively. Today I’m gonna show you how it can be…
Downloading Data using NSURLSession in IOS using Objective-C
Downloading Data using NSURLSession in IOS using Objective-C Whether an app retrieves application data from a server, updates your social media status or downloads remote files to disk, it’s the HTTP network requests living at the heart of mobile…
How to Install WordPress Using cPanel
How to Install WordPress Using cPanel
Tips to Become a Swift Developer
So, you’ve been around with Swift for a couple of months. Now, you want to become a better Swift Developer? Improve the Readability of Constants import Foundation struct Constants { struct FoursquareApi { static let BaseUrl =…
Best Practice for the file or folder naming conventions !
Best Practice for the file or folder naming conventions Avoid extra long folder names and complex hierarchical structures but use information-rich filenames instead Dos: Z:\Prod\QA\My_Code_Tips.xls Don’ts: Z:\Production \Quality Control\MY…
How to create login screen with alert view Controller using UIAlertController in SWIFT
How to create login screen with alert view Controller using UIAlertController in SWIFT Alert views can also be used with text field. You can use it to quickly get some input text to image or table.How to take text input with alert view. 1. First lets set…
Swift Programming Language Interview Questions And Answers-2
Swift Programming Language Interview Questions And Answers – Explain what is Swift Programming Language? Swift is a programming language creating applications for iOS and OS X. It is an innovative programming language for Cocoa and Cocoa Touch.…
What is Difference between Storyboard and XIB!
What is Difference between Storyboard and XIB! STORYBOARD In simple words Storyboard is one single file for all the views or screens that in yours apps. It transitions one screen to another screen. It minimizes (reduces) the number of files in your apps.…
Manually Adding a Swift Bridging Header !
Swift Bridging Header Does Xcode automatically create one for me?Yes. Add a new Swift file to your Xcode project. Name it as you please and you should get an alert box asking if you would like to create a bridging header. Note: If you don’t receive a…
Migrate from Swift 2.3 to Swift 3 and xCode 8 !
Upgrade to Xcode 8 without migrating to swift 3 ! We’re well into the betas of Xcode 8 which will contain the final release of Swift 3, hopefully set for release around the first couple weeks of September. With this next release of Xcode, we’re…