Overriding methods and conforming to protocols in swift
Overriding methods and conforming to protocols in swiftOverriding methods and conforming to protocols in swift When subclassing an Objective-C class and overriding its methods, or conforming to an Objective-C protocol, the type signatures of methods need…
How swift2 and swift3 datatypes mapped with Objective-C APIs
How swift2 and swift3 datatypes mapped with Objective-C APIs Swift 3 interfaces with Objective-C APIs in a more powerful way than previous versions. For instance, Swift 2 mapped the id type in Objective-C to the AnyObject type in Swift, which normally…
Basic Android Toast syntax examples
Basic Android Toast syntax examples Android Toast FAQ: How do I create a Toast message in Android? (Or, Can you share some Android Toast message syntax examples?) Sure. Here’s one example of the Android Toast syntax: Toast.makeText( ProjectActivity.this,…
How to Connect an External Display or Monitor to Your MacBook, MacBook Air, or MacBook Pro
How to Connect an External Display or Monitor to Your MacBook, MacBook Air, or MacBook Pro If you have no desire to get a separate Mac desktop computer, but want to either supersize your laptop’s screen for gaming or need to get additional screen…
Switching Branch in Xcode-9
Switching Branch in Xcode-9 In the latest segment of Xcode which was released recently have missing GIT Menu. Press ⌘2 to open the new Source Control Navigator. Right-click on the master icon. To switch to a different branch Right-click on a non-current…
How to download Xcode DMG or XIP file !
How to download Xcode DMG or XIP file ! In XCode, go to the Xcode menu –> Open Developer Tool –> then select the More Developer Tools… option. You will we redirected to download all software link in a browser. PS: authentication is must…
Facebook Integration using Reactive Native IOS APP !
This article we will show you how to create Facebook Login using React-Native that will work for both iOS and Android Platform. Creating new React Native project To create a new React Native project, just open your Terminal/iTerm app and run the…
How to show or list simulators in Xcode Project!
How to show or list simulators in Xcode Project! For new users Option-1 For existing or upgrading the Xcode You can download each simulator by visiting Xcode->Preference->Download When I try to run the project, the button is grayed out. When…
How do you perform wireless debugging in Xcode 9 with iOS 11 !
Wireless debugging was recently added as a feature in Xcode 9. How do you perform this wireless debugging in Xcode with iOS 11? Xcode 9 make you free with wireless debugging.No more tied to cable. In order to connect your device for wireless…
How to Install Adhoc IPA on iphone/ipad using iTunes 12.7?
How to Install Adhoc IPA on iphone/ipad using iTunes 12.7? How to install IPA on Device using iTunes.The latest updates on iTunes is missing APPS section. So here is an article we found on Apple Remember UUID for the devic registered on your account and…