Tagged Questions
0
votes
1answer
40 views
How can I accomplish this in Objective-C? Developing an app for a web-app with no API, how can I log users in?
I want to develop an iOS app for a website which has no API. Users can login to this website and view information, and download files. My app will be simply a native mobile interface for this website, ...
4
votes
2answers
219 views
Arranging coordinates into clockwise order
I have 9 screen coordinates, each representing one of 9 positions. From the top right, I want that position to start as the 1st position, and the following clockwise coordinates to represent the 2nd, ...