| bio | website | coming.soon |
|---|---|---|
| location | City of Three Rivers, Passau | |
| age | 26 | |
| visits | member for | 1 year, 1 month |
| seen | 8 hours ago | |
| stats | profile views | 54 |
Working as an iOS Developer, i previously graduated as Bachelor and Master student at HDU, Germany. My goal is to create the ultimate user experience with the ultimate code and style, either on OSX or iOS or other SDKs in the future.
|
Sep 8 |
comment |
Move data/images between two iOS apps using custom URL handler Sorry, just cleared the differences |
|
Sep 8 |
comment |
Move data/images between two iOS apps using custom URL handler Hey @matheszabi. You shouldn't down vote, just because the solution consumes resources. And if you down voted me, just because I downvoted you: YOUR SOLUTION IS NOT ALLOWED AND NOT WORKING |
|
Sep 8 |
comment |
Move data/images between two iOS apps using custom URL handler @matheszabi second answer's link isn't working. And you cannot share files between apps, as you write them to disk. They are contained in a secure container. NO JAILBREAK |
|
Sep 8 |
comment |
Move data/images between two iOS apps using custom URL handler Apps are indeed sandboxed. Not possible to access the files of another app (speaking of no jailbreak) |
|
Sep 8 |
answered | Move data/images between two iOS apps using custom URL handler |
|
Sep 8 |
comment |
getting json object and then assign to uitable view can you please post the exception output of the bad access? Would be very helpful. Please set a breakpoint inside your cellForRow method and step through, to find out, where the bad access happens!!! |
|
Sep 8 |
comment |
iOS navigationBar No there isn't. That's why we all have to do our jobs (programming). :-) |
|
Sep 8 |
comment |
How can i display all Values of UITableViewCell as normal? Provide your logic! Without that we can do nothing!!! |
|
Sep 8 |
answered | Are there no outlet collections for mac applications? |
|
Sep 8 |
answered | iOS navigationBar |
|
Sep 8 |
answered | Setting the title of a navigation bar inside a tab bar controller |
|
Sep 8 |
comment |
Setting the title of a navigation bar inside a tab bar controller Yes he does that |
|
Sep 8 |
answered | Email CSV of a SQLite DB in iOS |
|
Sep 8 |
answered | Add line breaks when displaying a long string in UIWebView |
|
Sep 8 |
comment |
Two NavigationControllers in one app. One populating a table, the other not? We cannot help, unless you share much more of your logic. Ideally the whole controller logic. Then it will be easy... |
|
Sep 8 |
revised |
getting json object and then assign to uitable view added 16 characters in body |
|
Sep 8 |
comment |
getting json object and then assign to uitable view WHAT IS THIS: colours== [NSMutableArray array];??? It has to be like THIS: colours = [NSMutableArray array];. Note the SINGLE EQUALS SIGN |
|
Sep 8 |
answered | getting json object and then assign to uitable view |
|
Sep 8 |
accepted | Reverse engineer iOS application in review process |
|
Sep 5 |
revised |
Reverse engineer iOS application in review process Adding more details about the question |