Giter Club home page Giter Club logo

Comments (23)

youknowone avatar youknowone commented on July 18, 2024

Hi. Would you share me which datasource and delegate did you implement? Basic implementation for 'titleForSection' is supported. But it doesn't seem that case.

from ui7kit.

Urkman avatar Urkman commented on July 18, 2024

I also have some problems with a grouped tableview. It shows no border, so everything is white.
I'm using static cell here...

from ui7kit.

emichaud avatar emichaud commented on July 18, 2024

Hi, I retested this issue today and wanted to let you know the issue does not appear to be caused by UI7Kit. I was using a library I really like called Sensible TableView. For some reason the issue with grouped tableviews happens when I use their library, but not with standard UITableViewController.

I retested with "titleForSection" in plain and grouped UITableView and that worked nicely. I'll have to further investigate what Sensible is doing.

Sorry to trouble you on this. Great work so far! I'm really excited to leverage this tool set you are creating.

best wishes,
Everett

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

@emichaud I want UI7Kit replace the UITableView gracefully. So I want to test the library too. Is it http://sensiblecocoa.com/ ?

from ui7kit.

emichaud avatar emichaud commented on July 18, 2024

yes. Its really a nice library.

I'm using their library in the same app I want to use your library.

I'm happy continue reporting any issues. I felt bad reporting because I could have tested further, but didn't think about it at first.

If you have any specific tests, I can create samples to test.

The lead dev is very nice and very smart. I know they are they are trying to push out a new release, but I'm pretty sure once its out, he would take a look at any issues.

On Jul 22, 2013, at 10:51 PM, Jeong YunWon [email protected] wrote:

@emichaud I want UI7Kit replace the UITableView gracefully. So I want to test the library too. Is it http://sensiblecocoa.com/ ?


Reply to this email directly or view it on GitHub.

from ui7kit.

segiddins avatar segiddins commented on July 18, 2024

Im also not getting the right background color for table and section headers
ios simulator screen shot jul 25 2013 11 29 05 am

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

@segiddins Do you also use sinsible cocoa or other table view component?

from ui7kit.

segiddins avatar segiddins commented on July 18, 2024

No

from ui7kit.

ZiYouDeLaoGe avatar ZiYouDeLaoGe commented on July 18, 2024

你们哪里还是白天啊我们这里都是晚上了!晚安!good night!!!!!!

------------------ 原始邮件 ------------------
发件人: "segiddins";
发送时间: 2013年7月26日(星期五) 凌晨0:44
收件人: "youknowone/UI7Kit";
主题: Re: [UI7Kit] Grouped TableView (#47)

No


Reply to this email directly or view it on GitHub.

from ui7kit.

Urkman avatar Urkman commented on July 18, 2024

I still have no background for static grouped tableviews.
Here are two images to show the problem:
In IB:
https://www.dropbox.com/s/r13ihegpw6qgbke/Bildschirmfoto%202013-07-30%20um%2007.20.04.png

And then in my App:
https://www.dropbox.com/s/2k4fip9fpxt0u8p/Bildschirmfoto%202013-07-30%20um%2007.20.54.png

This also shows, that the switch in not correctly positioned. It is set to right align as the textfield is...
Should I open a new Issue for this?

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

About background, I still am not sure what you mean or what's the expected result for you. At the last time, I thought it was background color. But it doesn't seem like that. If you are saying about background pattern, it is not iOS7-like background. If you have xcode5 preview, try to build it with iOS7 SDK and run it on iOS7 simulator. Screenshots of iOS7 simulator and UI7Kit must be great explaination of the difference.

About the switch problem, new issue may be better. I always appreciate new issue for any unrelated issue. Because I usually forgot issues and reminds them from issue list. :)

from ui7kit.

Urkman avatar Urkman commented on July 18, 2024

Here is a screenshot of the same Grouped TableView take with Xcode 5 and iOS Simulator:
https://www.dropbox.com/s/biwy0xr473gg878/Bildschirmfoto%202013-07-30%20um%2015.31.01.png

And here to compare agin the screen with iOS6:
https://www.dropbox.com/s/2k4fip9fpxt0u8p/Bildschirmfoto%202013-07-30%20um%2007.20.54.png

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

Oh.. you were talking about the spaces between sections. This is strange... I beleaved this issue was resolved. Would you share me which datasource and delegate did you implement?

from ui7kit.

Urkman avatar Urkman commented on July 18, 2024

Not only the spaces. The backgroundColor is grey.
Here a screen of the complete view:
https://www.dropbox.com/s/x44ujt57zp51trb/Bildschirmfoto%202013-07-30%20um%2015.40.04.png

I use no datasource, it's a static TableView. Designed completely in IB

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

I fixed background color, but I am not sure what's the problem of the section headers. There is 'UI7KitCatalog' app in the UI7Kit.xcworkspace. It also is a static table view, but has no problem with sections.

from ui7kit.

Urkman avatar Urkman commented on July 18, 2024

When I define a header test I get this:
https://www.dropbox.com/s/2mc1i4h9agxg2v1/Bildschirmfoto%202013-07-30%20um%2016.53.35.png

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

patch 873fae5 is released. It is confusing that the header looks ok only for me...

from ui7kit.

Urkman avatar Urkman commented on July 18, 2024

Test with 0.6:
Still the same, nothing changes on the Grouded TableView.
I still get this view:
https://www.dropbox.com/s/2mc1i4h9agxg2v1/Bildschirmfoto%202013-07-30%20um%2016.53.35.png

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

@Urkman Sorry. I misunderstand the behavior. I remade the background color policy of table view and cell now

from ui7kit.

Urkman avatar Urkman commented on July 18, 2024

The last fix fixes the background color, fine :)
But there is still no space between sections and on top of the tableview

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

Sensible table view problem is due to stupid implementatino of UITableView delegate. I should rewrite UI7TableView delegate to solve this problem.

Workaround: Use 1 to 1 relation with table view and its delegate.

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

Mmm.. by recent review, I found sensible table view model returns 22.0f for height for section. The expected default behavior is -1 for default height. This could not be solved without special handling for sensible table view

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

0.9.2 is released with this patch

from ui7kit.

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.