You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2022. It is now read-only.
In my project,i need a custom view for the customViewForEmptyDataSet. I put a button on my custom view but it can not respond a click event.My code is here:
In my project,i need a custom view for the customViewForEmptyDataSet. I put a button on my custom view but it can not respond a click event.My code is here:
-(UIView *)customViewForEmptyDataSet:(UIScrollView *)scrollView
{
UIView *holderView = [[UIView alloc]initWithFrame:CGRectMake(0, 0, kFrameWidth, kFrameHeight)];
}
How can i let the reloadBtn respond a UIControlEventTouchUpInside event?