Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7745731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:05:46+00:00 2026-06-01T10:05:46+00:00

I am working on QuickDialog at here However, my view can not scroll and

  • 0

I am working on QuickDialog at here

However, my view can not scroll and the keyboard is hiding the entering text. What I am having so far is
– (void)loadView {

self.navigationController.navigationBarHidden       =   NO;
self.navigationController.navigationBar.tintColor   =   [UIColor blackColor];
self.navigationItem.hidesBackButton                 =   NO;
NSLog(@"LOAD VIEW");

self.root                       =   [[QRootElement alloc] init] ;
self.root.controllerName        =   @"CreateAccountViewController";
self.root.grouped               =   YES;
self.root.title                 =   @"Registration";
[super loadView];

QSection    *section1               =   [[QSection alloc] init];

// Create title cell 
QEntryElement *cell1            =   [[QEntryElement alloc] init];
cell1.title                     =   @"Title: ";
cell1.key                       =   @"title";
cell1.placeholder               =   @"Mr/Mrs/Miss";
cell1.hiddenToolbar             =   YES;
cell1.autocapitalizationType    =   UITextAutocapitalizationTypeNone;
cell1.autocorrectionType        =   UITextAutocorrectionTypeNo;

// Create firstName cell 
QEntryElement *cell2            =   [[QEntryElement alloc] init];
cell2.title                     =   @"FirstName: ";
cell2.key                       =   @"firstName";
cell2.placeholder               =   @"Enter your first name";
cell2.hiddenToolbar             =   YES;
cell2.autocapitalizationType    =   UITextAutocapitalizationTypeNone;
cell2.autocorrectionType        =   UITextAutocorrectionTypeNo;


// Create lastName cell 
QEntryElement *cell3            =   [[QEntryElement alloc] init];
cell3.title                     =   @"LastName: ";
cell3.key                       =   @"lastName";
cell3.placeholder               =   @"Enter your last name";
cell3.hiddenToolbar             =   YES;
cell3.autocapitalizationType    =   UITextAutocapitalizationTypeNone;
cell3.autocorrectionType        =   UITextAutocorrectionTypeNo;

// Create phone number cell 
QEntryElement *cell4          =   [[QEntryElement alloc] init];
cell4.title                   =   @"Phone: ";
cell4.key                     =   @"phoneNumber";
cell4.placeholder             =   @"Enter your phone number";
cell4.hiddenToolbar           =   YES;
cell4.autocapitalizationType  =   UITextAutocapitalizationTypeNone;
cell4.autocorrectionType      =   UITextAutocorrectionTypeNo;
.............................
.............................

[main addElement:cell1];
[main addElement:cell2];
[main addElement:cell3];
[main addElement:cell4];
[main addElement:cell5];
[main addElement:cell6];
[main addElement:cell7];

[self.root addSection:section];

After running it, i realized that the keyboard is hiding the context because I have a long list of input. Also, the view is not scrollable at all
There are an attached image at here that you can see my problem…
![enter image description here][3]

I went thru the sample code and the view is scrollable so that the keyboard is not going to hide any text at all.
Does any body have any ideas about this issue, please help. All comments are welcomed here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T10:05:47+00:00Added an answer on June 1, 2026 at 10:05 am

    Just for this record, since this question was asked, this has been implemented in QuickDialog, so you don’t have to worry about it anymore.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Working on my first Android app here. I've searched and tried everything I can
Working on joining up two legacy DB systems into new database where I can
Working with the Box2djs plugin here: http://www.crackin.com/dev/mms/physics/ ... and all I'm trying to do
Working with Json, how can I NSlog only the title in this code: NSDictionary
Working with dates in ruby and rails on windows, I'm having problems with pre-epoch
Working with COM interop, I can call a managed function from within unmanaged code.
Working with an API that can handle multiple connections (i.e. sessions), each of these
Working on THIS Page: newsite.702wedding.com/live/ Can't find where to remove the arrows at the
Working on showing and hiding comments and by default I show the 2 most
Working with rails 3.1 here. I'm wondering if there are any best practices for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.