mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Customize view in loadView, not createModel
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)createModel {
|
||||
[super createModel];
|
||||
- (void)loadView {
|
||||
[super loadView];
|
||||
|
||||
UIBarButtonItem* item = nil;
|
||||
if ([[DBUser currentUser] isLoggedIn]) {
|
||||
|
||||
Reference in New Issue
Block a user