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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -