yuvraj24 / SwiftNotes

Creating notes was never so smooth, just check out this demo developed in XCode 9 & Swift 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftNotes

A sample Notes creation demo which demonstrates usage of few core features of IOS. This sample discusses in depth about CoreData, Mapkit & Corelocation clubbed with TableView for showing note's list.

Spread Your ❤️:

GitHub followers Twitter Follow

Basics

So basically all it startes with a Splash screen followed by Home screen with empty tableview at first when user opens the app for 1st time or has not created any notes yet.

From here user can click on create icon which then will land on Create Notes screen. This screen allows you to add 3 things,

  • Image (Camera / Photo Library)
  • Location
  • Message (describing the message of the note).

On click of location user is redirected to Map screen where in user by default is shown his current location using CoreLocation. User can search for any specific location according to his liking and post successfull search can clikc on Save to add that location to his note.

In the final step user adds a message describing more about his objective behind creating that note. Post successfull addition of message user may click on save which redirects back to Home screen with the corresponding note created and displayed in tableview.

About Me

Yuvraj Pandey

I am a passionate Mobility Engineer which likes to push himself on various fronts of technologies.

For more exciting updates follow me,

                                    

About

Creating notes was never so smooth, just check out this demo developed in XCode 9 & Swift 4.

License:Apache License 2.0


Languages

Language:Swift 100.0%