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 8755353
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:50:23+00:00 2026-06-13T13:50:23+00:00

Our iOS6 app is data-entry-heavy and has small fonts, and we want to make

  • 0

Our iOS6 app is data-entry-heavy and has small fonts, and we want to make it easier for users to find the currently focused field among many fields on the screen.

First, I notice that iOS by default doesn’t do anything to draw the user’s eye to a focused text field, unlike many other platforms and apps. Is this because it’s an explicit design guideline or implicit app-store requirement that text fields should not display a focus highlight? I don’t want to get our app ejected from the app store for this minor thing. 😉

Assuming focus highlighting is allowed, is there an easy way to show a “glow” inside or outside the text box when it gets focus, like I can do with CSS on a web app using box-shadow, as in this jsFiddle.

Finally, do you know good examples of iOS apps that have done what we’re trying to do?

  • 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-13T13:50:24+00:00Added an answer on June 13, 2026 at 1:50 pm

    I don’t think it’s prohibited to do that. Although I think Apple would recommend if it’s necessary to mark the selected textfield, you should consider splitting your view into multiple screens. A single screen shouldn’t get too cluttered.

    However if in your case that’s not possible or not wanted, the easiest way to achieve a ‘glow-effect’ would be this (modify the values as you see fit):

    #import <QuartzCore/QuartzCore.h>
    
    textField.layer.masksToBounds = NO;
    textField.layer.shadowColor = [[UIColor blueColor] CGColor];
    textField.layer.shadowOffset = CGSizeZero;
    textField.layer.shadowRadius = 10.0f;
    textField.layer.shadowOpacity = 1.0;
    

    (Don’t forget to add the Quarz Framework to your project)

    It would look like this:
    enter image description here

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

Sidebar

Related Questions

I want to make our app compatible with iOS6's MKDirectionsRequest (Transit Directions method). Apple
I am trying to make our App work on iOS6, but there is a
Our app has a rotating map view which aligns with the compass heading. We
Our (internally distributed) iOS app relies on iOS 4.2's encryption to secure sensitive data.
Our iPhone app code currently uses NSURLConnection sendSynchronousRequest and that works fine except we
Trying to update our app for iOS6 and iPhone 5, we (for now) still
As you might know, at least in iOS6, the App Store app allows users
I need to make sure that our iPhone App (implemented with Monotouch) will still
Our app (before authentication) has Customers and Widgets. As you'd expect each customer has
Our company has a very large public Java API which is currently being released

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.