Problem I’ve been working on an iOS IOT client app which uses MQTT. After some reading I decided to go […]
Tag: cocoa-touch
Sorting Timestamped Messages (iOS)
Problem An app I’m building professionally includes rudimentary text messaging. It allows users to send from the phone, and it […]
Presenting and passing data to a modal view controller without using prepare(for:sender:) method
Problem I am using a toolbar button to present a modal view controller (in which I let the user export […]