microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 808 forks source link

Property not found (standard XCode Master-Detail template) #266

Open gisardo opened 8 years ago

gisardo commented 8 years ago

Repro:

Compilation errors: property 'displayModeButtonItem' not found on object of type 'UISplitViewController ' property 'isCollapsed' not found on object of type 'UISplitViewController ' property 'displayModeButtonItem' not found on object of type 'UISplitViewController ' property 'leftItemsSupplementBackButton' not found on object of type 'UINavigationItem '

Code: https://onedrive.live.com/redir?resid=733E3FFAB634EC2C!888061&authkey=!AHiKy04U_4xAFGk&ithint=folder%2c

ArnOmsft commented 8 years ago

Supporting UINavigationItem is in our backlog, and we will investigate supporting UISplitViewController but this one seems less used.