Questions tagged [ui-design]

ui-design means User interface design. It is the design of websites, computers, appliances, machines, mobile communication devices, and software applications with the focus on the user's experience and interaction.

224 questions
1
vote
2 answers

How to move View up when Keyboard appeared in small screen like 4s , 5 and 5s but view should not move up when its enter inside iphone 6

How to move View up when Keyboard appeared in small screen like 4s, 5 and 5s but view should not move up when its enter inside iphone 6 and 6S. I am sharing my code which is i have done in my app for all screen but in my condition view should not…
Pranshu Singh
  • 73
  • 1
  • 10
1
vote
2 answers

how create multiple image view design?

I need a view like in image in my app. I'm confused what to use for this, can i use a collection view or I have to design my self with view and imageViews and button. Any help or suggestion will be appreciated.
1
vote
2 answers

how to set individual scroll for content and left menu

Below my output how to set individual scroll for content and left menu , while we scroll in content, content only scroll not left menu same as left menu Is it possible to do in css or javascript ? #header { background-color: black; color:…
Nelson
  • 383
  • 4
  • 17
1
vote
1 answer

How to find a cell textfield outside of a tableView delegate method?

I have a custom tableView cell with a textfield. Now, I want to recognise the textField outside of the tableView delegate method. I tried this- UIView *cell = textField; [cell isKindOfClass:[UITableViewCell class]]; but it's not working.
1
vote
2 answers

How should I use color in my application? Single, Theme, or Chaos?

How should I be using color in my application? I have over a 100 different forms (windows) in my application, and the default windows grey seems like a bad choice to me. One school of thought says pick one neutral color, and use the same one…
BIBD
  • 15,107
  • 25
  • 85
  • 137
1
vote
1 answer

Prepopulate Username and Password in Login screen

I have designed a standard login screen in ASP.NET like below: As usual when operator selects “Remember me”, we expect system to not ask operator for credentials anymore and go directly to default (home) page. My business team saw something on…
Barsham
  • 749
  • 8
  • 30
1
vote
1 answer

UILabel writing over another UILabel when to long text

I stumbled on to a problem to which i am not sure how to fix. As you can see here the Label where the name is supposed to be,(i get the name from a user input meaning its dynamic). If it is written to long, it just writes over the other…
Timo Cengiz
  • 3,367
  • 4
  • 23
  • 45
1
vote
2 answers

Manage orientation landscape and portrait both in a app iPhone

According to my client's requirement I want to set Splash Screen orientation in landscape(right) then the orientation will come in portrait.. any idea how can I implement it?
Rinju Jain
  • 1,694
  • 1
  • 14
  • 23
1
vote
1 answer

Does WPF have an easy way to display a navigable series of images?

I'm making my first WPF application, and its purpose is to generate 6 images from some data. Ideally I'd like to display them in the window, with little "forward" and "back" buttons, and a text indicator for where we are in the image-stack. Kind of…
Domenic
  • 110,262
  • 41
  • 219
  • 271
1
vote
1 answer

How to change text colour in custom Button with icon?

I'm new to Qt/QML and trying to create a custom button that has a label and an icon. I want to change the font to bold and the colour to some bright value since the button has a dark background. The problem is that as soon as I define label: Text,…
digory doo
  • 1,978
  • 2
  • 23
  • 37
1
vote
1 answer

Vine like navigation controller

So I'm looking for a library that accomplish the same navigation controller of the vine app. For those who don't know what I mean here you go: So basically it should replace my tabbarcontroller. Is there some similar out there? If not how can I…
SaifDeen
  • 862
  • 2
  • 16
  • 33
1
vote
2 answers

What is the best way to display and edit a large array of hex data in WinForms?

I am looking to display an array from 128 to 512 bytes in size of hexadecimal data (0x00 to 0xFF) in a 16 X n grid-like display. It needs the capability of selecting a single element or group of elements and highlighting the data in some way. It…
GrizzlyGuru
  • 125
  • 2
  • 8
1
vote
2 answers

Web Page Design - Horizontal scrolling or not?

I'm developing my first web based (browser based) application and it has a number of data entry forms and display forms. Many of these forms display a somewhat large amount of data. I initially created most of my forms to contain multiple columns of…
Randy Minder
  • 47,200
  • 49
  • 204
  • 358
1
vote
1 answer

Web page design - number of pages and user experience

I am just starting a project and the wireframes are ready. But looking at the wireframes it seems that the primary goal was to reduce the number of pages and to include maximum functionality in to a single page. Taking an example of an…
w3dev
  • 545
  • 2
  • 8
  • 21
1
vote
4 answers

how to show buttons in bottom of the tablelayout?

I have download sample tablelayout source code it's working fine. I am trying to show four image button in bottom of the table layout but still it,s not working. Current image: I am trying to show this 4 buttons in bottom of the table layout: This…
balaji
  • 1,555
  • 5
  • 26
  • 49