An open API service indexing awesome lists of open source software.

https://github.com/artainmo/ft_hangouts

42 school project. Mobile app with ability to save, message, call contacts.
https://github.com/artainmo/ft_hangouts

42school mobile sqlite storyboard swift

Last synced: 2 months ago
JSON representation

42 school project. Mobile app with ability to save, message, call contacts.

Awesome Lists containing this project

README

          

# ft_hangouts
42 school [subject](https://cdn.intra.42.fr/pdf/pdf/60916/en.subject.pdf).

In this project we have to create a **mobile messaging app**.

I use the IOS language **Swift** in Xcode using **storyboards** for frontend with as database **SQLite**.

# Run
Install dependencies first.
```
pod install
```
Open project with Xcode and run simulator, which can be personal phone and needs to be personal phone for message/call/email functionalities.

# Documentation
[artainmo - notes on swift](https://github.com/artainmo/WebDevelopment/blob/main/mobile/swift/README.md)

[SQLite With Swift Tutorial: Getting Started](https://www.kodeco.com/6620276-sqlite-with-swift-tutorial-getting-started)

[How to use and query a SQLite Database in Swift?](https://www.youtube.com/watch?v=v_qLPnRBvBA)

[How To Add Segmented Control in Swift 5 (Xcode 11 + iOS) | Development](https://www.youtube.com/watch?v=P0JsbjbzG9A)

[Run Your App on Your iPhone or Simulator](https://www.youtube.com/watch?v=Fo1A36RsoCI)