|
@@ -60,6 +60,7 @@
|
|
|
ref.tintColor = [UIColor colorWithRed:0.10 green:0.68 blue:0.94 alpha:0.7];
|
|
ref.tintColor = [UIColor colorWithRed:0.10 green:0.68 blue:0.94 alpha:0.7];
|
|
|
// ref.hidden = true;
|
|
// ref.hidden = true;
|
|
|
[ref addTarget:self action:@selector(changeCell) forControlEvents:UIControlEventValueChanged];
|
|
[ref addTarget:self action:@selector(changeCell) forControlEvents:UIControlEventValueChanged];
|
|
|
|
|
+
|
|
|
[self.table addSubview:ref];
|
|
[self.table addSubview:ref];
|
|
|
if(self.tabBarController.tabBar.hidden==true)
|
|
if(self.tabBarController.tabBar.hidden==true)
|
|
|
{
|
|
{
|