Hiding UITabBar when ScrollingiOS/Swift - Hide/Show UITabBarController when scrolling down/upHide an UITabBar when Orientation changeHow can I make a UITextField move up when the keyboard is present - on starting to edit?manually add UITabBar to UITableViewControllerObjective C - Hiding UINavigationController & UITabBarController with animationHow to hide UITabBar on a UITabBarController that I didn't subclass?How to hide the tabBar when push a view?blank space on the view when hiding uitabbarUITabbar disappear when pushingReplacing UITabbar items with buttons - Apple Accepts/RejectsView on Top of UITabBar

Why do movie directors use brown tint on Mexico cities?

What would you need merely the term "collection" for pitches, but not "scale"?

Why didn't Avengers simply jump 5 years back?

What was the first science fiction or fantasy multiple choice book?

What are the children of two Muggle-borns called?

Understanding the as-if rule, "the program was executed as written"

How useful would a hydroelectric power plant be in the post-apocalypse world?

German idiomatic equivalents of 能骗就骗 (if you can cheat, then cheat)

Why are examinees often not allowed to leave during the start and end of an exam?

How to track mail undetectably?

Position representation of spin states and spin operators

Why should I allow multiple IP addresses on a website for a single session?

Rear derailleur got caught in the spokes, what could be a root cause

Basis and cardinality

Is there a word for the act of simultaneously pulling and twisting an object?

A quine of sorts

Odd PCB Layout for Voltage Regulator

Robots in a spaceship

Why was Pan Am Flight 103 flying over Lockerbie?

What is the meaning of "it" in "as luck would have it"?

Disk usage confusion: 10G missing on Linux home partition on SSD

How do I present a future free of gender stereotypes without being jarring or overpowering the narrative?

What does 'in attendance' mean on an England death certificate?

"I am [the / an] owner of a bookstore"?



Hiding UITabBar when Scrolling


iOS/Swift - Hide/Show UITabBarController when scrolling down/upHide an UITabBar when Orientation changeHow can I make a UITextField move up when the keyboard is present - on starting to edit?manually add UITabBar to UITableViewControllerObjective C - Hiding UINavigationController & UITabBarController with animationHow to hide UITabBar on a UITabBarController that I didn't subclass?How to hide the tabBar when push a view?blank space on the view when hiding uitabbarUITabbar disappear when pushingReplacing UITabbar items with buttons - Apple Accepts/RejectsView on Top of UITabBar













0















I have a UITabBarController where the default view controller is a UINavigationController. I want to be able to hide the UITabBar of the UITabBarController when scrolling. this my code. please help. thanks



%hook UITabBar
- (id)initWithFrame:(struct CGRect)arg1
%orig;
[self setHidden: YES];
return self;

%end









share|improve this question



















  • 1





    Possible duplicate of iOS/Swift - Hide/Show UITabBarController when scrolling down/up

    – CodeChanger
    Mar 25 at 17:52















0















I have a UITabBarController where the default view controller is a UINavigationController. I want to be able to hide the UITabBar of the UITabBarController when scrolling. this my code. please help. thanks



%hook UITabBar
- (id)initWithFrame:(struct CGRect)arg1
%orig;
[self setHidden: YES];
return self;

%end









share|improve this question



















  • 1





    Possible duplicate of iOS/Swift - Hide/Show UITabBarController when scrolling down/up

    – CodeChanger
    Mar 25 at 17:52













0












0








0








I have a UITabBarController where the default view controller is a UINavigationController. I want to be able to hide the UITabBar of the UITabBarController when scrolling. this my code. please help. thanks



%hook UITabBar
- (id)initWithFrame:(struct CGRect)arg1
%orig;
[self setHidden: YES];
return self;

%end









share|improve this question
















I have a UITabBarController where the default view controller is a UINavigationController. I want to be able to hide the UITabBar of the UITabBarController when scrolling. this my code. please help. thanks



%hook UITabBar
- (id)initWithFrame:(struct CGRect)arg1
%orig;
[self setHidden: YES];
return self;

%end






ios objective-c






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 25 at 17:41









Willeke

8,6292 gold badges10 silver badges26 bronze badges




8,6292 gold badges10 silver badges26 bronze badges










asked Mar 25 at 16:36









Pax CexPax Cex

1




1







  • 1





    Possible duplicate of iOS/Swift - Hide/Show UITabBarController when scrolling down/up

    – CodeChanger
    Mar 25 at 17:52












  • 1





    Possible duplicate of iOS/Swift - Hide/Show UITabBarController when scrolling down/up

    – CodeChanger
    Mar 25 at 17:52







1




1





Possible duplicate of iOS/Swift - Hide/Show UITabBarController when scrolling down/up

– CodeChanger
Mar 25 at 17:52





Possible duplicate of iOS/Swift - Hide/Show UITabBarController when scrolling down/up

– CodeChanger
Mar 25 at 17:52










0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55342511%2fhiding-uitabbar-when-scrolling%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55342511%2fhiding-uitabbar-when-scrolling%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript