maxkonovalov / MKDropdownMenu

🔻 Dropdown Menu for iOS with many customizable parameters to suit any needs
MIT License
527 stars 83 forks source link

Present in Code #49

Closed aabantariqmurtaza closed 6 years ago

aabantariqmurtaza commented 6 years ago

I Created MKDropdownMenu in my storyboard. I attached its outlet in the respective View controller. I want to present it by code. i.e When textField editing starts present this dropdown through code. Please help

maxkonovalov commented 6 years ago

@aabantariqmurtaza use - (void)openComponent:(NSInteger)component animated:(BOOL)animated.