NobsterTheLobster / Xamarin.Forms.GridView

GridView for xamarin forms
MIT License
60 stars 10 forks source link

Cannot find statelist_item_background.xib #36

Closed pmatrasc closed 5 years ago

pmatrasc commented 5 years ago

Hi,

I'm trying to follow the iOS instructions:

So currently you need to manually add the statelist_item_background.xib from the repo to your ios project.

Problem is that I cannot find this file (statelist_item_background.xib) anywhere.

Thanks.

NobsterTheLobster commented 5 years ago

Xamarin.Forms.GridView/XamarinFormsGridView/XamarinFormsGridView.iOS/statelist_item_background.xib

Add it to your IOS project.

Sorry I need to figure out how best to manage this.

pmatrasc commented 5 years ago

Thanks!