feat:debug support multi entry and fix some bugs
This commit is contained in:
@@ -106,6 +106,7 @@ @implementation DoricDevViewController
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
self.title = @"Doric Devkit";
|
||||
self.edgesForExtendedLayout = UIRectEdgeNone;
|
||||
self.view.backgroundColor = UIColor.whiteColor;
|
||||
self.headerView = [[UIView new] also:^(UIView *it) {
|
||||
it.width = self.view.width;
|
||||
|
||||
Reference in New Issue
Block a user