Stephen Darlington

5,583
Reputation
380 views

Registered User

Name Stephen Darlington
Member for 1 year
Seen 6 hours ago
Website
Location London, UK
Age 35

Started coding on a Sinclair Spectrum in 1985. Thinking about upgrading soon.

Follow me on Twitter: @sdarlington

My iPhone application: Yummy (and the free version, Yummy Browser)

1d
comment Objective-C error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘class’
You might want to post some code. It's difficult to determine the problem in the abstract.
Nov
24
accepted adhoc app installation failed in iPhone , why ?
Nov
21
comment Bash: For Filename do…
I added the check for the file before the touch command. (I did have that line in originally but removed it! Doh!)
Nov
21
revised Bash: For Filename do…
Check for existence of file first
Nov
21
awarded  Enlightened
Nov
21
awarded  Nice Answer
Nov
21
answered Bash: For Filename do…
Nov
21
revised How to detect edit mode on iphone UITableView
Edited tags, formatted code
Nov
21
answered How to detect edit mode on iphone UITableView
Nov
19
answered How to resume view stack of iphone application
Nov
18
comment Writing iPhone apps on linux - What tools do you need
It's a duplicate. See stackoverflow.com/questions/1741675/… and stackoverflow.com/questions/1492378/… and stackoverflow.com/questions/276907/….
Nov
18
accepted How to add paid app link in free app in iphone
Nov
17
answered How to add paid app link in free app in iphone
Nov
12
comment UIWebView shows error message
Please upvote other questions rather than opening new, duplicate ones (stackoverflow.com/questions/1593956/…)
Nov
12
answered iPhone UIWebView Bug
Nov
12
revised UIWebView shows error message
Code formatting
Nov
11
answered adhoc app installation failed in iPhone , why ?
Nov
11
comment adhoc app installation failed in iPhone , why ?
@lazarus Nope. They just need to pass on their devices ID so that it can be added to the ad hoc provisioning profile that the app is built with.
Nov
11
answered Bash script always true
Nov
11
answered Attach XCode Debugger
Nov
10
answered Batch Job Dependencies Using Open Source/Free Software
Nov
10
answered what exactly NSUrlConnection ASynchronous means ?
Nov
9
answered question on sqlite functions
Nov
6
accepted Should I rely on Clang Static Analyser or Instruments ?
Nov
6
answered Structure as a class member in Objective C
Nov
5
answered Should I rely on Clang Static Analyser or Instruments ?
Nov
4
revised Saving Interface Builder Changes when building in XCode
Found the answer elsewhere on SO. Linked to it.
Nov
2
revised Adding text after the the rows removed
fix formatting, added tags
Oct
31
revised all product identifiers are invalid in my ‘ in app purchase’ application
Added the need to log out from iTunes
Oct
28
answered all product identifiers are invalid in my ‘ in app purchase’ application
Oct
28
revised all product identifiers are invalid in my ‘ in app purchase’ application
Fixed code formatting, typos
Oct
21
comment is there any way that we can develop application in .net for iphone
Is it really necessary to ask minor variations of the same question three times? See also: stackoverflow.com/questions/1599634/… and stackoverflow.com/questions/1599820/…
Oct
21
comment iphone sdk: Creating an image of the contents of the screen?
Except that's not in the API documentation. Apple may not allow an application that uses an undocumented API in the App Store.
Oct
20
asked Can I identify a jailbroken phone from the crash logs?
Oct
19
comment Advantage of data type id vs NSString in Objective C?
No worries. You don't normally expect people to deliberately write typos!
Oct
19
revised Advantage of data type id vs NSString in Objective C?
Reinserted typo
Oct
19
answered iPhone interaction between PC app and iPhone app using USB
Oct
19
answered Advantage of data type id vs NSString in Objective C?
Oct
16
comment Create provisioning profile in iphone application
I wouldn't disagree that it's a frustrating process. Unfortunately the question gives no information about what options had been tried, what had succeeded, what had failed, error messages and so forth. How can you diagnose a problem when someone just says "it's broken"?
Oct
16
comment Transition an existing paid for app to free version with In App Purchase
I thought about this but realised that if someone deleted your app and reinstalled it they'd revert back to the "lite" version. Maybe this happens infrequently but I'd be annoyed if it happened to me.
Oct
15
comment how to add UITableViewCellAccessoryCheckmark in the middle of the cell in iphone?
Agreed that it's not something you'd normally want to do but I found one case where I needed to do it: I wanted to have both a checkmark and an alphabetical index on the right of the screen. I ended up using a custom view to put the check mark on the left.
Oct
15
revised When to use brackets and when to use the period in Objective-C
fixed code formatting
Oct
15
answered Saving Interface Builder Changes when building in XCode
Oct
13
accepted Cocoa-Touch, Core Data: Compiler cannot find the NSManagedObjectContext (+ other core data classes)
Oct
13
answered Cocoa-Touch, Core Data: Compiler cannot find the NSManagedObjectContext (+ other core data classes)
Oct
13
accepted should we need to release viewcontroller’s object after pushing into navigation controller?
Oct
12
revised Objective-C: Best way to access REST API on your iphone
Fixed code formatting; added tags
Oct
12
comment How to append querystring in url using objective c ?
Of course you'd want to encode your username and password before passing outside your app...
Oct
8
answered The binary you uploaded was invalid. The signature was invalid, or it was not signed
Oct
7
comment Automated download script
Do you mean that aria2c is the program that does the downloading or that you want the files downloading and then execute aria2c after getting each one?