miskeen110

Results 6 comments of miskeen110

yes i tried, but when i am trying to add [self.defaultDropDownMenu.layer setCornerRadius:10.0f]; or the view i have created in interface builder and try to set radius there, but because of...

[self.customeViewDropDownMenu.layer setCornerRadius:10.0f]; even the custom view is not showing anything corner?

Here is the code in viewDidLoad ``` self.dropDownList = [[GaiDropDownMenu alloc] initWithFrame:self.dropDownListView.frame title:@"Choose a option"]; NSUInteger size=[[DeviceManager devices] count]; NSMutableArray *Array= [[NSMutableArray alloc] init]; // Getting Buddy For Drop Down...

Hi, Yes content of array are just two elements while the dropdownlist showing multiple duplicates.

Duplication triggered after few minutes application launched and in background the duplication occurs when i open up. But when i terminate the app and start app again then there is...

but it works perfect in ManaDropDownMenu only GaiDropDownMenu has problem