ömer
Results
1
issues of
ömer
on iOS 8, getting bad access on -(CGFloat)parentWidth method return _parentView.bounds.size.width; line. For solution: in presentPopoverFromPoint method _parentView = [_window.subviews objectAtIndex:0]; line replaced with; _parentView = _window.rootViewController.view;