Learn iOS Objective-C Module 10 - Introduction to Databases

preview_player
Показать описание


In our final app, we will learn how to create an Sqlite3 database, add it to an Xcode project and learn how to read and insert into the database file. We will also learn about pickers as well.
Рекомендации по теме
Комментарии
Автор

can please share next part of this tutorial

ashwinichoudhar
Автор

The button save doesn't work, it doesnt add anything in picker or table after i fill name email and food

endrithoti
Автор

I had been using XCode 7 but as of now (Nov 3, 2017) am updating to 9.1. I also use MySQL on a bluehost server I lease. And on my Mac Pro Desktop maching. Can I do interactions using MySQL rather than using SQLite? Also do I use JSON and PHP to do the database interaction SELECTS, DELTES, UPDATES etc? Any help and advice is helpful and appreciated. Thanks
Tim...

FRIENDSofCAP
Автор

Thank u For Great Tutorial.
Can You plz Add Another Tutorial Video (or) pdf file for Deleting and Modify Data in Sqlite datadabe.

balajiswamy
Автор

I was happy to see this video earlier today. However, I have an issue with XCode 8. At 49:48 into the video is the first build of the project. In my case, the simulator halts and XCode shows an issue in ViewController.h with the line
@property (nonatomic, strong) IBOutlet UILabel *lblTable;

In the Storyboard, the Referencing Outlets is connected to lblTable.
The Main storyboard never shows in the simulator
XCode shows

It looks like to is attempting to do something with setLblTable. I have searched fro this name in all files and do not see it.

The last 5 lines in the .h file are:
@property (nonatomic, strong) IBOutlet UILabel *lblTable;
@property (nonatomic, strong) IBOutlet UILabel *lblPicker;

@property (nonatomic, strong) IBOutlet UITextField *tbName;
@property (nonatomic, strong) IBOutlet UITextField *tbEmail;
@property (nonatomic, strong) IBOutlet UITextField *tbFood;

Any thoughts what is happening? I have watch the whole video first, and then got into it, minute by mine with XCode. Alas, I am stuck.

Any assistance is greatly appreciated.

peterrung
Автор

need tutorial Core Data with objective c (Save, Fetch, Search, Delete )
rest API with objective c for get and post methods
please provide i am struggling a lot

SivaPrasad-ozqx