mirror of
https://github.com/wu736139669/ASH_Manager.git
synced 2026-08-05 05:55:23 +00:00
添加demo方法
This commit is contained in:
@@ -7,19 +7,23 @@
|
||||
//
|
||||
|
||||
#import "ViewController.h"
|
||||
|
||||
#import <ASH_Manager/HobbyTagView.h>
|
||||
@interface ViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation ViewController
|
||||
|
||||
- (void)viewDidLoad {
|
||||
- (void)viewDidLoad
|
||||
{
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
HobbyTagView* hobbyTagView = [[HobbyTagView alloc] initWithFrame:CGRectMake(0, 0, [[UIScreen mainScreen] bounds].size.width, [[UIScreen mainScreen] bounds].size.height - 64) withData:nil];
|
||||
[self.view addSubview:hobbyTagView];
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning {
|
||||
- (void)didReceiveMemoryWarning
|
||||
{
|
||||
[super didReceiveMemoryWarning];
|
||||
// Dispose of any resources that can be recreated.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user