From: Panayotis K. <pan...@pa...> - 2009-10-15 12:04:58
|
Hello I am trying to implement the UINavigationBar item. So I need to provide a delegate. I've seen that in your code for protocols you've a mixture of java interfaces and abstract methods/classes. Why is that? What do you suggest? My opinion is to stay with interfaces, since with an interface you don't nail down the type of object a delegate will be (and that's the idea of the delegate, right?) I'd also suggest that the code should be consistent and probably change that overall in the project (although I know it's not a high priority) |