New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 734512 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

Have the creator of the New Keyboard Accessory VIew chose the frame.

Project Member Reported by jif@chromium.org, Jun 19 2017

Issue description

Right now the code is something like:

CGRect frame = CGRectMake(0.0, 0.0, width, kViewHeight);
self = [super initWithFrame:frame inputViewStyle:UIInputViewStyleKeyboard];

|frame| should really be set by the creator, probably using constraints.
 

Comment 1 by jif@chromium.org, Oct 24 2017

Status: WontFix (was: Assigned)
Not how a keyboard accessory view should be done.

Sign in to add a comment