Giter VIP home page Giter VIP logo

Comments (6)

ermalkaleci avatar ermalkaleci commented on July 3, 2024

Hi,
sorry it is not an option yet. Try to customize yourself :-)
Please don't open an issue for questions "how to" and I am Albanian, not Turkish ;-)

from carbonkit.

ismaiI1 avatar ismaiI1 commented on July 3, 2024

I don't know how can i do bottom bar with pager. :(
Your name like a Turhish name :) . Thanks your answer.

from carbonkit.

ermalkaleci avatar ermalkaleci commented on July 3, 2024

Memory from Ottoman Empire ;-)
Try to customize yourself. I you can't let me know and I will try as soon
as I can ;-)
On Apr 15, 2015 8:23 AM, "invisible66" [email protected] wrote:

Closed #7 #7.


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

from carbonkit.

armanim avatar armanim commented on July 3, 2024

@Invisible66
You can change the pageController.view.frame height on (void)viewDidLayoutSubviews function, and put the Tab Bar to root view.

from carbonkit.

ermalkaleci avatar ermalkaleci commented on July 3, 2024

from carbonkit.

armanim avatar armanim commented on July 3, 2024

There is a bottom tab bar, which have 50px height, in my root view.
But it is not visible because of the swipe view (covered by swipe view). So I changed the swipe view`s frame height to 50px less than original. Then the bottom view become visible.
Sorry for my poor English.

- (void)viewDidLayoutSubviews {
    [super viewDidLayoutSubviews];

    UIView *tab = tabs[segmentController.selectedSegmentIndex];
    indicatorWidthConst.constant = tab.frame.size.width;
    indicatorLeftConst.constant = tab.frame.origin.x;

    // keep the page controller's width in sync
    // *** I have changed next line ***
    pageController.view.frame = CGRectMake(pageController.view.frame.origin.x, pageController.view.frame.origin.y, self.view.bounds.size.width, pageController.view.frame.size.height - 50);

    [self resizeTabs];
    [self fixOffset];
    [self.view layoutIfNeeded];

}

from carbonkit.

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.