Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Not showing on UITableView #3

Description

@GopalPatel1989
self.activityIndicator = [[PCAngularActivityIndicatorView alloc] initWithActivityIndicatorStyle:PCAngularActivityIndicatorViewStyleDefault];
    self.activityIndicator.color = [UIColor colorWithRed:232.0/255.0 green:77.0/255.0 blue:95.0/255.0 alpha:1.0];
    self.activityIndicator.center = self.tblGuest.center;
    [self.tblGuest addSubview:self.activityIndicator];
    [self.activityIndicator startAnimating];

I tried like this above to show your controller in the center of table view but it is not showing. Works well when used view with view (view inside view).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions