Looking for Example for ListView with SQLite Database

Hi support,
unfortuntaely I can't find a working example for ListView with data coming from a sqlite database.
The example at how-to-load-the-data-from-sqlite-offline-database-in-sflistview unfortunately does not work
(at least on my mac with the newest Xamarin.forms, Xcode 9.2 and list view nuget packages)

Can you please provide an example?

TIA Stephan

1 Reply

MK Muthu Kumaran Gnanavinayagam Syncfusion Team December 12, 2017 11:04 AM UTC

Hi Stephan, 
  
We have checked the reported query “KB sample does not work in iOS platform with Xcode(v9.2)” from our side. We have replicated the error “Compiling IB documents for earlier than iOS 7 is no longer supported” in our sample and found that the reported error is caused due to XCode v9.2 is no longer supported in iOS version less than 7. You can resolve this error by changing the deployment target version in info.plist to atleast 7.0. 
  
For your reference, we have attached the working sample and you can download it from the link below. 
  
  
Please let us know if you require further assistance. 
  
Regards, 
G.Muthu Kumaran 


Loader.
Up arrow icon