Re: UIKit-additions and class references

2012-03-08 Thread Matt Neuburg
On Wed, 07 Mar 2012 11:40:41 -0800, David Duncan said: >On Mar 6, 2012, at 1:28 PM, Mikkel Islay wrote: > >> Does anyone know the reason why the UIKit-additions for NSString, NSValue >> etc. aren't mentioned in the respective class references in the Apple >> documentation for iOS? > >Category ad

Re: UIKit-additions and class references

2012-03-08 Thread Mikkel Islay
On 7 Mar 2012, at 20:40, David Duncan wrote: > Category additions are documented separately from the main class. For > example, UIKit's NSString additions are in NSString(UIStringDrawing) (which > you can search for in the documetnation). Absolutely. However, it would be convenient (and helpful

Re: UIKit-additions and class references

2012-03-08 Thread David Duncan
On Mar 6, 2012, at 1:28 PM, Mikkel Islay wrote: > Does anyone know the reason why the UIKit-additions for NSString, NSValue > etc. aren't mentioned in the respective class references in the Apple > documentation for iOS? Category additions are documented separately from the main class. For exa

Re: UIKit-additions and class references

2012-03-08 Thread Mikkel Islay
On 7 Mar 2012, at 06:10, Richard Somers wrote: > It appears that the same NSString Class Reference documentation for the Mac > OS X Developer Library is also used for the iOS Developer Library. The > original Mac OS X documentation does not mention iOS. No doubt that is the case. For example th

Re: UIKit-additions and class references

2012-03-07 Thread Richard Somers
On Mar 6, 2012, at 2:28 PM, Mikkel Islay wrote: > Does anyone know the reason why the UIKit-additions for NSString, NSValue > etc. aren't mentioned in the respective class references in the Apple > documentation for iOS? It appears that the same NSString Class Reference documentation for the Ma