Ray Zhang пре 10 година
родитељ
комит
fd552bdd0e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Apex Mobile/Apex Mobile/DetailPageViewController.m

+ 1 - 0
Apex Mobile/Apex Mobile/DetailPageViewController.m

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