I\'m using Objective-C and Cocoa, whilst developing for Mac OS X - so not the iPhone/Cocoa Touch. (That said, I\'d be interested if it was the same procedure for the iPhone)
I create a custom view in cocoa touch that is superclassed by UIView and in my main controller I initialize it and then add it as a subview to the main view, but when I add it to the main view it call
I\'m learning about using Custom Views from the following: http://developer.android.com/guide/topics/ui/custom-components.html#modifying
I have a simple custom view that is connected via outlet to a NIB. For this particular view, there are actions that I would like to perform on the view when it is initialized, no matter what NIB it is
I have a UINavigationBar with a custom UIBarButtonItem (which uses a UIButton as its custom view). The problem is: the active area of the custom button is much too large, if I tap at least 40 pixels o
Is it possible to create a custom library in Android (having its own layout resources) for use across several Android applications?