3,010 reputation
517
bio website sgermain.com
location Atlanta, GA
age 35
visits member for 1 year, 4 months
seen 6 hours ago
stats profile views 231

I'm a solutions architect for Turner Broadcasting System, Inc. for the Enterprise Applications department. I develop mainly iOS applications but also C# .NET applications.

In the past, I used to work as a PHP developer, working for an advertisement agency called 22squared.

I have a blog, on which I almost never write, sadly. When I first started, I was tried to keep myself motivated about blogging there at least once a week, talk about some stuff that I do for my work and things I discover or want to share with people.


2d
comment POST is seems empty
I assume that the code you posted is the eorpost.php file?
2d
comment Facebook iOS crash
It sounds like it's imported correctly. The class that handles the login view includes the FacebookSDK.h file?
2d
answered how to do the same button for three screens?
2d
comment Facebook iOS crash
The file should be in ~/Documents/FacebookSDK/Headers. In Xcode, if you expand the FacebookSDK.framework, are the files listed in red? Did you copy the framework files when you dragged them to your project?
2d
answered UIImage resizes in custom UITableView on reloaddata
2d
revised Facebook iOS crash
added 182 characters in body
2d
answered Facebook iOS crash
May
15
comment how to show pickerview in uitextfield not the keyboard?
I agree, this is the correct answer.
May
2
awarded  Popular Question
Apr
25
awarded  Notable Question
Apr
1
revised Get Access to Object in Obj-c
Fixed method signature
Apr
1
comment Get Access to Object in Obj-c
array is passed as a parameter, the signature is just not declared properly.
Mar
25
answered UICollectionView Assertion failure
Mar
21
revised Cant find bug, EXC_BAD_ACCESS
added 97 characters in body
Mar
14
comment Initialize NSArray in init function of a class
I don't see any memory leak there. Make sure that, if you're not using ARC, in your dealloc method, you set those properties to nil.
Mar
14
comment How to get an array of JSON objects from NSData object
Was missing something. Fixed! Sorry about that.
Mar
14
revised How to get an array of JSON objects from NSData object
Was missing the NSJSONSerialization class call :D
Mar
14
answered where to release NSArray used in different methods of same class
Mar
14
answered How to get an array of JSON objects from NSData object
Mar
14
answered iOS App Development - Database