|
|
#81 (permalink) |
|
Senior Member
Join Date: Aug 2006
Location: London
Posts: 227
|
Here's the latest Twitter page:
Picture 4.png I've put the source here: http://files.me.com/ashleymills/rccyze To install the JSON parser: Download JSNO_2.1.1.dmg from Downloads - json-framework - Google Code Copy the content of the 'SDKs' folder to ~/Library/SDKs. (You may have to create that directory.) In the target build options, add Additional SDKs $HOME/Library/SDKs/JSON/$(PLATFORM_NAME).sdk Other Linker Flags -ObjC -ljson Code Signing Resource Rules Path $(SDKROOT)/ResourceRules.plist Still to do:
You'll need to integrate the settings on the main view into the main app prefs, and hook them up in IB Let me know if you think I've missed anything, or done anything horribly wrong!
__________________
Twitter: http://twitter.com/ashleymills Website: ashley-mills.com iPhone Apps: ashley-mills.com/Home/apps.html |
| (Offline) |
|
|
|
#82 (permalink) | |
|
Administrator
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
|
Quote:
|
|
| (Offline) |
|
|
|
#84 (permalink) | |
|
Administrator
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
|
Quote:
Just to do it in a public space (CYA crap): I'm going to integrate this into my software and then release it into GPLv3, you retain copyright but cannot rescind the license once it is given. EDIT: P.S. the search for @keithandthegirl thing FUGGIN GENIUS, kicking myself for not thinking of that.
__________________
KATGIPHONE Donation ![]()
Last edited by hayroob; 04-11-2009 at 02:38 PM. |
|
| (Offline) |
|
|
|
#85 (permalink) |
|
Administrator
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
|
added this to compensate for GMT. You british people and your living at the standard for time sillyness. If I was republican I would accuse you of European socialism timekeeping.
NSString * interval = @"s"; int timeSince = -[createdAt timeIntervalSinceNow]; NSInteger seconds = [[NSTimeZone defaultTimeZone] secondsFromGMT]; timeSince -= seconds; |
| (Offline) |
|
|
|
#86 (permalink) |
|
Administrator
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
|
I haven't entirely tackled your code, but sometimes when I scroll around, some of the entries dissapear.
EDIT/UPDATE: The dissapearing act doesn't happen on hardware. Last edited by hayroob; 04-11-2009 at 03:51 PM. |
| (Offline) |
|
|
|
#90 (permalink) | |
|
Senior Member
Join Date: Aug 2006
Location: London
Posts: 227
|
Quote:
|
|
| (Offline) |
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|