Explore tweets tagged as #UITableViewController
After getting used SwiftUI for all the things, going back to UITableViewController API feels like:
3
6
86
I just created a synchronously rendering virtual list in React Native thanks to NativeScript! 📜 We subclass UITableViewController, implement its delegates, initialise it with some data, and insert its tableView into a <View>. You know, using the platform… but via JavaScript!
6
10
163
Me now when I can't use SwiftUI yet and have to use UITableViewController...
0
0
1
初めて作ったときはスクロールする画面を作れなくて、設定画面はStackViewの重ね合わせ。 今日も作り替えてたら UITableViewController と UIViewController+UITableView を完全に理解し…1割くらいわかったところで、できることが違うことに気づきました。勉強してない自分には時間かかります😢
1
0
14
✅Days 48,49,50,51 ✅ UITableViewController ✅ Codable ✅ User Defaults ✅ UITableViewCells ✅ Programmatic UI ✅ AutoLayout ✅ Past the half way mark! I feel like i am getting a better grasp on things now. I still have questionable code though LOL #100DaysOfCode #swift #ios
0
1
5
Hold on.... It seem likely that iOS 6 UITableViewController style is back on iOS 14?!? 🤩 It’s amazing!
0
0
2
Day 16/100 completed Project 1,part one Learn About UiTableViewController numberOfRrowInSection & cellOfRowsInSection Finally display pictures name on screen 😅🦦 #100DaysOfSwiftUI
#Project1partone
1
0
4
It seem successful import UICollectionView in UITableViewController with Swift programming! It’s time to built stuffs in the CollectionViewCells! 👀
0
0
5
Swift - Non-scrollable UITableViewController inside UITableViewController https://t.co/FThEncmlZX
0
0
0
Does anyone here know why this ”overscroll“ and jumping back is happening? UITableViewController in a UINavigationController in a UISplitViewController. Maybe it’s just an obvious thing that I‘m missing?
3
0
1
UINavigationController containing UIViewController pushes in UITableViewController—I can hardly think of any simpler UIKit app, gives this on iOS 13.2. I know it is 1st beta, but a PUBLIC beta. You know how many users told me my app is broken? Can you be more responsible, ?
2
4
7
I just did discovered a new bugs in the UITableViewController. Actually, It's not bugs from my codes, It just found bugs that under by Apple. I love to keep feedback because I love to see how much does Apple's software to make more improvements! 😊
0
0
1
Fun Fact: Every view controller in ModernDepictions is either a UITableViewController or a UIViewController that contains a UITableView.
0
1
10
UITableViewController.refreshControl FTW. Never change. Stay broken since 2012 ⛴ An extraordinarily appearance in AppStore app delivered in 2019, preserves original spirit. Respect ✊💪🍿🍾 Born perfect, stay perfect. love ya.
4
0
41
縦だと隠れないけど横のときに入力項目が隠れるのを見てUITableViewControllerでどうにかならないかなと思ったらどうにかなった🙌
1
0
4
#100DaysOfSwift Day 27 - Project 5, Part One ✅Read about capture lists in Swift ✅Setting up project 5 with UITableViewController embedded in a Navigation Controller ✅Reading text from a file ✅Prompt for answer with UIAlertController called from a UIBarButtonItem action
1
0
12
The more you stare at UITableViewController.tableView() the more it reveals its secrets. TL;DR don't forget to nil out the accessory view. #SynthJourney
0
0
0
StaticCellをUIViewControllerに差し込みたいときは、ContainerViewを使う。 上がviewで、下がContainerViewにUITableViewControllerを差し込んだ図です。 が、StaticCellでやらなくても、水平線含めラベルをペタペタ配置したほうが良いかもと、いまさらながら思った。そのほうが実装しやすそうだし。
0
0
2