ios - Table footer view buttons -


I have some signup form in which the email and log text fields are the footer view in the form of the table and the sign-up button Has buttons in All of these work wonderfully, this code is

  frame = CGRactMake (boundsx + 85, 100, 150, 60); UIButton * signInButton = [[UIButton alloc] initWithFrame: frame]; [SignInButton setImage: [UIImage imageNamed: @ "button_signin.png"] forState: UIControlStateNormal]; [SignInButton addTarget: Self-action: Control events for: @silver (login action): UIControlEventWatchInSide;]; Self.navigationItem.hidesBackButton = TRUE; Self.tableView.tableFooterView.userInteractionEnabled = Yes; Self.tableView.tableFooterView = Sign Inbuttons; Self.view.backgroundColor = [UIColor blackColor];  

My question is how to add another button next to this one

[self.tableView.tableFooterView is not shown using the addSubview: ...] button And if I use some other UIView, place the place there and then say that the pivreview is that UIView, I see the button

I hope that it is not very confusing and you Understand the problem.

Take a look at this question:


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -