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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:19:24+00:00 2026-06-01T13:19:24+00:00

Twitter Bootstrap has a form control that would glow on the borders when in

  • 0

Twitter Bootstrap has a form control that would “glow” on the borders when in active mode, I wonder if that effect could be achieved on iPhone with UITextField. Has anyone tried that?

(http://twitter.github.com/bootstrap/base-css.html search Form Control)

  • 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-01T13:19:26+00:00Added an answer on June 1, 2026 at 1:19 pm

    Probably the easiest way to accomplish this is to modify its backing layer:

    CALayer *theLayer = [theTextField layer];
    [theLayer setBorderWidth:2.];
    [theLayer setBorderColor:[[UIColor blueColor] CGColor]];
    [theLayer setShadowColor:[[UIColor blueColor] CGColor]];
    [theLayer setShadowOpacity:1.];
    [theLayer setShadowRadius:5.];
    [theLayer setShadowOffset:CGSizeZero];
    [theTextField setClipsToBounds:NO];
    

    The biggest disadvantage to this approach, IMO, is that CALayer shadow operations are notoriously slow, so this would be essentially unusable if you are animating (such as in a scroll/table view). There are various enhancements, though, that you can make for higher performance shadows.

    (Also, you will obviously not want the ugly dark blue color that I used!)

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

Sidebar

Related Questions

Twitter Bootstrap http://twitter.github.com/bootstrap/javascript.html#dropdown has a dropdown.js library (at http://twitter.github.com/bootstrap/1.4.0/bootstrap-dropdown.js )that will change the dropdown
I'm using sfDoctrineAllowPlugin. I need form which has Twitter's Bootstrap semantics. I looked into
I recently learned about Twitter Bootstrap CSS , and wonder what other pre-fabricated stylesheets
I'm toying around with jade.js and Bootstrap, from twitter. Bootstrap has some classes with
I'm using twitter bootstrap. It has collapse module. I'm using it like this. <a
I just wondered if there was a reason why the twitter bootstrap-modal.js has so
Has anybody used twitter bootstrap and deployed application in production? Can you direct me
Twitter has a nice feature that allows you to preload status messages using the
In twitter bootstrap js tabs i have to add a class active to a
I am using Twitter Bootstrap as Css framework and thinking why waste that space

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.