A collection of sample iOS applications demonstrating various iOS development concepts and native framework integrations.
- PhotoGallery - Photo library viewer using Photos framework
- SqliteDemo - Raw SQLite3 CRUD operations
- Xcode 14.0 or later
- iOS 15.0 or later
- Swift 5.0 or later
-
Clone the repository:
git clone https://github.com/AnbalaganD/iOS_Sample.git
-
Open the desired project:
cd iOS_Sample/PhotoGallery # or SqliteDemo open *.xcodeproj
-
Build and run on simulator or device
This project is available for learning and educational purposes.
Feel free to explore, learn, and contribute!