Please expose NSParagraphStyle textLists (and NSTextList class) on iOS

Originator:bryan
Number:rdar://17841441 Date Originated:7/29/2014
Status:Open Resolved:
Product:iOS SDK Product Version:iOS 7-8
Classification:Enhancement Reproducible:Yes
 
Summary:
On OS X, NSParagraphStyle has a public `textLists` method, which returns an array of `NSTextList` instances. This method and class don't exist as public API in the iOS SDK, but it would be extremely useful if they did. I'm requesting that NSParagraphStyle is made consistent across the iOS and OS X SDKs.

Steps to Reproduce:
Try to call `textLists` method on an `NSParagraphStyle` instance on iOS.

Expected Results:
`textLists` should exist as public API in the iOS SDK.

Actual Results:
`textLists` does not exist as public API in the iOS SDK.

Version:
iOS 7-8

Configuration:
iOS SDK

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!