Page Index - siddhpatil6/iosInterviewQuestions GitHub Wiki
69 page(s) in this GitHub Wiki:
- Home
- How to integrate PayPal?
- App Delegate life Cycle Methods
- What is @synthesize in Objective-C ?
- What is @dynamic in Objective-C ?
- Why do we use synchronized ?
- What is the difference strong, weaks, read only and copy ?
- What is Dynamic Dispatch ?
- What’s Code Coverage ?
- What’s Completion Handler ?
- Why is design pattern very important?
- What is Singleton Pattern ?
- What is Facade Design Pattern?
- What is Decorator Design Pattern ?
- What is Adapter Pattern ?
- What is Observer Pattern ?
- What is Memento Pattern ?
- Explain MVC
- How could you setup Live Rendering ?
- What is the difference between Synchronous & Asynchronous task ?
- What Are B-Trees?
- What is made up of NSError object?
- What is Enum ?
- What is bounding box?
- Why don’t we use strong for enum property in Objective-C ?
- What is @synthesize in Objective-C ?
- What is @dynamic in Objective-C ?
- Why do we use synchronized ?
- What is the difference strong, weaks, read only and copy ?
- What is Dynamic Dispatch ?
- What’s Code Coverage ?
- What’s Completion Handler ?
- How to Prioritize Usability in Design ?
- What is Operator Overloading ?
- What is TVMLKit ?
- What is Platform limitations of tvOS ?
- What is Functions ?
- What is ABI ?
- Why is design pattern very important ?
- What is Facade Design Pattern ?
- What is Decorator Design Pattern ?
- What is Adapter Pattern ?
- What is Observer Pattern ?
- What is Memento Pattern ?
- Explain MVC
- Explain MVVM
- How many different annotations available in Objective-C ?
- What is JSON/PLIST limits ?
- What is SQLite limits ?
- What is Realm benefits ?
- How many are there APIs for battery-efficient location tracking ?
- What is the Swift main advantage ?
- Explain lazy in Swift ?
- Explain what is defer ?
- How to pass a variable as a reference ?
- Why it is better to use higher order functions?
- What is Concurrency ?
- Grand Central Dispatch (GCD)
- Readers-Writers
- KVC — KVO
- Please explain Swift’s pattern matching techniques
- What are benefits of Guard ?
- What is Extension?
- What is DataSource?
- What is Block?
- What is Closure?
- what is the difference between swift and objective C?
- What is the difference between Notification & Delegate?
- swift Basics