Lately I wanted to include the iOS "star" icon in my NavigationBar. But when I looked at the UIBarButtonItem.SystemItem
I noticed that these are limited to 21 icons/images. The "star" and many other icons used in many iOS apps (and even the official Guideline Keynote) are not included.
Is there a way to access them via code?