|
|
|
|
|
by ramensea
2636 days ago
|
|
Also using a Swift like ARC implementation server side that doesn't seem like a good idea. Memory leaks are so common in iOS development. Its just they are usually small enough and an iOS application lifetime is so short it doesn't matter. An ARC implementation that handles cyclical references seems like a more stable solution for a server. -Note- I'm not saying one is better than the other. ARC works great on iOS for creating applications. |
|