EmojiDictionary

An app to track your favorites Emoji.

Simulator Screen Shot - iPhone 14 - 2023-01-24 at 18 04 03 Simulator Screen Shot - iPhone 14 - 2023-01-24 at 18 04 14

During development of the app, I learned how to:

  • work with table views
  • customize table views with custom cells
  • dynamically insert and remove cells
  • use static table views to present forms or other non-changing lists
  • allow the user to swipe to delete cells
  • persist data using Codable
  • saving information to the device by archiving model data to a file saved on the disk

This app is a guided project from Develop in Swift Data Collections Apple Education

GitHub

View Github