Closed MSch closed 13 years ago
Don't know. I would suggest adding only categories on actual foundation classes.
Because sth like easy lazy image loading SHOULD be in foundation. It's such a general task that it really should be supported by UIImageView out of the box.
And again... UIImageView is not foundation. Maybe you should move it to a separate UIKitKit
project ;)
I have no problem with a AppKitSquared
respective UIKitSquared
project.
Don't hang yourself on the name, UIImageView is sth used in every project and we want to make life easier for stuff used in every project. I don't want to include 20 Different foundationXY libraries in my app just to be able to be productive in cocoa
Well I don't use UIKit in my project, and you don't use AppKit, so AppKitSquared
and UIKitSquared
seem to be in order?
There will be two different targets for iOS and Mac, but initial focus is on iOS. Maybe You're the right one to maintain the Mac-Target
Why two targets and not two repos? There's no code sharing between Mac and iOS anyways?
Well with actual foundation classes - there is.
Yeah but those belong in FoundationKit
anyways. I meant the UIKit
and AppKit
additions
What's the scope of the project?