bcylin / QuickTableViewController

A simple way to create a UITableView for settings in Swift.

Home Page:https://bcylin.github.io/QuickTableViewController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currently having this issue

atebitsy-old opened this issue · comments

-Swift.h:263:39: error: cannot find interface declaration for 'QuickTableViewController', superclass of
'IPSettingsViewController'; did you mean 'UITableViewController'?
@interface IPSettingsViewController : QuickTableViewController
^~~~~~~~~~~~~~~~~~~~~~~~
UITableViewController
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewController.h:20:49: note: 'UITableViewController'
declared here

commented

Unfortunately, it won't work because QuickTableViewController is not Objective-C compatible.

oh it's worked in the past on version 1.1.1 but thank you for replying i appreciate it, also i just updated the issue i missed some key text out of it

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.