Git Product home page Git Product logo

Comments (9)

jonathanpeppers avatar jonathanpeppers commented on June 30, 2024

Only thing custom here is a UITableViewCell.SelectedBackgroundView that is a solid color. What do you want us to do here instead?

We can turn off the default separator style and create the lines ourselves.

from prebuilt-apps.

Clancey avatar Clancey commented on June 30, 2024

That is caused by the cell separator. in iOS 7 you can use cell.SeparatorInset and move it off the screen.

from prebuilt-apps.

jonathanpeppers avatar jonathanpeppers commented on June 30, 2024

Are you wanting the lines to go all the way across or be removed completely?

The approved design looks like this:

assignment_detail

from prebuilt-apps.

Clancey avatar Clancey commented on June 30, 2024

I am just commenting on how to fix the one bad line. If you are going with what you have, just use the content inset on the dark cell to remove that glitch.

from prebuilt-apps.

jonathanpeppers avatar jonathanpeppers commented on June 30, 2024

Changing SeparatorInset moves the text over as well, are we ok with this?

screen shot 2013-11-19 at 4 40 58 pm

I may have to manually add a subview for the lines to get them to work how he wants.

from prebuilt-apps.

Clancey avatar Clancey commented on June 30, 2024

What did you set the inset at? (0, 0, 0, cell.Bounds.Width) ?

James Clancey

On Tuesday, November 19, 2013 at 2:44 PM, Jonathan Peppers wrote:

Changing SeparatorInset moves the text over as well, are we ok with this?

I may have to manually add a subview for the lines to get them to work how he wants.


Reply to this email directly or view it on GitHub (#9 (comment)).

from prebuilt-apps.

jonathanpeppers avatar jonathanpeppers commented on June 30, 2024

I just did the empty constructor (0,0,0,0). But if I use the width of the cell, it seems to look the same.

I can make a branch if you want to look.

from prebuilt-apps.

jonathanpeppers avatar jonathanpeppers commented on June 30, 2024

Ok, I think this is a timing issue. A bug when calling UITableView.SelectRow.

I moved the code that selects this row from ViewWillAppear to ViewDidAppear and the line disappears. But then you see an animation when you open the screen

I will play around with it.

from prebuilt-apps.

jonathanpeppers avatar jonathanpeppers commented on June 30, 2024

Maybe this is fine?

from prebuilt-apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.