Problem Was advised to post this question here after posting to Stack Overflow. I’m pre-populating a UITableView app with data […]
Tag: objective-c
NSAutoreleasePool with Json Data
Problem Just need to know if I’m doing something wrong in this code. my app seem work fast now with […]
Search/match algorithm between 2 vectors [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Questions must involve real code that you own […]
Sorting an array of time-specific tasks of varying importance
Problem RULES: Strict tasks must occur at the time the user selected no matter what. Flex tasks are in a […]
Consecutive Primes challenge at CodeEval.com
Problem I am working through a new challenge on CodeEval.com and I think I am getting a correct result but […]
Obfuscating iPhone Password
Problem If I need to obfuscate an iPhone password that is hardcode (Oauth Client Identifier and Client Secret), would this […]
Reading and Parsing JSON from a Game Server
Problem This is my naive (but currently working) attempt at reading JSON commands from a Java game server in Objective-C. […]
Convert numbers into a textual form
Problem So this was originally inspired by @nhgrif’s Int extension for translating integer to plain English, however the code is […]
Solving first- and second-degree degree polynomials
Problem I was writing a bit of code and I was just wondering if I was doing it the right […]
Reverse Groups challenge at CodeEval.com
Problem I am working through challenges at CodeEval.com and wanted to get your input on my code for this challenge. […]