TanguyAladenise / TAPageControl

A versatile and easily customizable page control for iOS.
MIT License
431 stars 83 forks source link

currentDotImage issue when dequeueReusableCellWithIdentifier redraw cell #10

Open onderozcan opened 8 years ago

onderozcan commented 8 years ago

Using in tableviewcell, currentDotImage repeats when moving cell down and up again. 61dd8eb997ed4ce8a777f3f8c2247288

onderozcan commented 8 years ago

I solved that issue with control pagecontrol object is nil or not in order to prevent allocate more than once : if(!self.pageControl){