News

In Objective-C, using the runtime has been a very import foundation of most frameworks. By using runtime programming, we can write programs that are much shorter, and remove a lot of boilerplate.
One of the main problems converting Java code to Objective-C is garbage collection. J2ObjC can manage unused objects in several ways but it uses reference counting with auto-release pools by default.