563 reputation
215
bio website coming.soon
location City of Three Rivers, Passau
age 26
visits member for 1 year, 1 month
seen 6 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.


Feb
26
asked Scaling up CALayer with sublayers leads to small gaps between sublayers
Feb
26
accepted Efficient custom tiled maps with custom zoom levels and zoom factors
Feb
26
answered Efficient custom tiled maps with custom zoom levels and zoom factors
Feb
24
awarded  Promoter
Feb
24
comment How does CATiledLayer know when to provide a new tile?
thanks for your quick response. My email address is renneronline at me dot com. Wow appreciate the code. Think that saves me a lot of time.
Feb
23
comment CATiledLayer requests the same tile multiple times
@fishinear you switched to your own solution? I need that too. Can you help me? You can contact me via email.
Feb
23
comment How does CATiledLayer know when to provide a new tile?
@fishiear: it's been a while since your question? I really do have the same problem. Did you solve it? I have to accomplish a zoom factor of 3 and am also looking for my own solution. But I don't know if it's good. What did you do finally? I would like to get in contact with you. You can write me a mail. It is very important for me.
Feb
22
comment Efficient custom tiled maps with custom zoom levels and zoom factors
CATiledLayer would be really perfect. But we have a zoom-factor of 3, instead of 2, like it is in nearly all map views and also in CATiledLayer
Feb
22
asked Efficient custom tiled maps with custom zoom levels and zoom factors
Feb
19
awarded  Popular Question
Feb
13
asked Is it legal to use iOS enterprise builds for beta testing?
Feb
1
comment Perform animations after one another, hit by KVO (after async URLRequest)
thats right. I've thought about it and now I understand, what u mean. With the notifications I can control the actions, that have to be done, after animations are done. What I do after the observe method is called: I change (insertion/deletion/update) an array, based on the new Values, coming in in the KVO method. What I've come up with today: I observe the mutableArray either, and get nice change notifications. With these notifications I want to start the animations each time. (I'm mimicking a UITableView in concept, with concurrent inserts/deletes/updates of views - in a scrollView)
Jan
31
answered Perform animations after one another, hit by KVO (after async URLRequest)
Jan
31
comment Perform animations after one another, hit by KVO (after async URLRequest)
that looks good. I think I try this. The other option I thought would be nice is to use a block and save actions for later execution, when an animation hast ended
Jan
31
revised Perform animations after one another, hit by KVO (after async URLRequest)
added 126 characters in body
Jan
31
comment Perform animations after one another, hit by KVO (after async URLRequest)
that doesn't work, because with KVO the observer method gets called automatically. Ah and I forgot to mention, the KVO method gets called like random, dependent on which data comes first in.
Jan
31
asked Perform animations after one another, hit by KVO (after async URLRequest)
Jan
30
awarded  Tumbleweed
Jan
23
revised UITableView animated cell height change not showing certain cells (very tricky)
deleted 12 characters in body
Jan
23
asked UITableView animated cell height change not showing certain cells (very tricky)