Software Development Blog
Recent Articles:
17th
October
2017
Structs storage with Protocol-Oriented Programming
Most of the iOS applications are often a thin client that provides end-user frontend of your business logic implemented on a centralized, remote server. Thus, prior to implementing core features of your iOS app, iOS developer have to (1) setup communication with a backend server (often as REST requests), and (2) implement persistent storage to keep received data locally.
FULL ARTICLE