ios - How to Remove the White Separator in Cell? -


छवि दर्ज करें </ P> <p> <code> UITableViewControlller </ code> में मैं लोड कर रहा हूँ में कंटेनर देखें स्टेटिक सेल के रूप में, और उन कंटेनरों को एम्बेडेड हैं एक टेबलव्यू नियंत्रक। </ P> <p> मैंने सभी दृश्यों को पृष्ठभूमि का रंग काला कर दिया है, फिर भी सेलर के शुरू होने पर विभाजक सफेद हो रहा है </ p> </ div> <p> <div class =

तालिका का विभाजक अंतःस्थापित बदलें।

  self.tableView.separatorInset = UIEdgeInsetsMake (0, 0, 0, 0);    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -