Reputation: 251
hi I have found this site http://www.theappguruz.com/tutorial/use-sqlite-database-swift/ but I don't understand step 5 and 6 what is the Add Bridging Header please help
Upvotes: 0
Views: 2572
Reputation: 2733
create a new ios touch class, when prompted select objective C as language. call it temporary and create. you will be prompted to create a bridge header, say yes. then delete the temporary .h and .m
Upvotes: 2