Cesare de Cal

Results 29 comments of Cesare de Cal

@Dysonapps I've just created my own thing (I add a view controller to the main view and add some logic to show/hide its view). The two view controller communicate with...

+1 (hello I'm back :) couldn't believe I 1+'ed this post 6 months ago

@bithavoc Thanks for creating a gist for the searchable Eureka view controller row. Do you have an example on how to use it? Edit: figured it out on my own...

@ahmedabadie You can attach an image to a notification. See here: http://www.appcoda.com/ios10-user-notifications-guide/

Here's the fix: https://stackoverflow.com/a/63305210/1135714

Code: class TestController: UITableViewController, TBEmptyDataSetDelegate, TBEmptyDataSetDataSource { override func viewDidLoad() { super.viewDidLoad() tableView.emptyDataSetDataSource = self tableView.emptyDataSetDelegate = self tableView.backgroundColor = .black tableView.tableFooterView = UIView() } func titleForEmptyDataSet(in scrollView: UIScrollView) ->...