Skip to content

TableViewInScrollView: How to use TableView inside ScrollView and Keychain.

Notifications You must be signed in to change notification settings

yogeshrathore123/TableViewInScrollView

Repository files navigation

TableViewInScrollView

Here we are showing TableView inside ScrollView and Keychain example.

  1. UITableview inside ScrollView -> ViewController- View - 1 SubView(ScrollView) contains - 2 views (1 UITableview height is not fixed (tableView Should not scroll), 1 UIView height is fixed 200)
  2. How to Use Keychain and sharing keychain data between 2 apps (Note: for sharing keychain data between 2 apps need a TeamID)

TableViewInScrollView_KeyChain