intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 224 forks source link

Custom UIView Part overlap each other part #249

Open ivrylobs opened 4 years ago

ivrylobs commented 4 years ago

I have the problem with creating a Custom Part and when setup part it overlap with each other parts

Screen Shot 2563-06-13 at 01 11 45

First i have implemented CartPartView and UIButton to my Custom Part Class which is The red Dropdown in the second CartPartViewController and then i have created the second Part that had implemented the UIView with CartPartView so i setup part as the right side code below

Screen Shot 2563-06-13 at 01 17 21

i setup the card by red dropdown first, yellow "iOSDropDown" and Button "Show Card" so the second part overlap between first part and third part how can i fix that?