How can I properly set Auto Layout so that a UIImage gets stretched when you pull down from a table view?How to use auto-layout to move other views when a view is hidden?rootviewcontroller programmatically created not showing content of viewcontroller assignedSwift Changing Navigation Bar in a ViewControllerUINavigationController InheritConstraint to navigation item changes unexpectedError when segueing to view controller with Table View from Textfield in SwiftNavigation bar disappears when show segue is executed from one ViewController to another?Push segue behaves like a Modal SegueGoing from ViewController -> DetailViewContoller ->ViewController and Navigation Item is empty?Navigation Bar doesn't come back once it hides (swipe)

What is the farthest a camera can see?

Why does this Jet Provost strikemaster have a textured leading edge?

Will some rockets really collapse under their own weight?

The more + the + comparative degree

Output the list of musical notes

Attacking the Hydra

Does the C++ standard guarantee that a failed insertion into an associative container will not modify the rvalue-reference argument?

Is Thieves' Cant a language?

How to use Palatino font for text and what about maths?

What is the hottest thing in the universe?

List, map function based on a condition

Go to last file in vim

Lípínguapua dopo Pêpê

Telephone number in spoken words

What's the relationship betweeen MS-DOS and XENIX?

What should I do if actually I found a serious flaw in someone's PhD thesis and an article derived from that PhD thesis?

Some pads on a PCB are marked in clusters and I can't understand which one is which

What are the odds of rolling specific ability score totals in D&D?

How to prevent criminal gangs from making/buying guns?

What if a restaurant suddenly cannot accept credit cards, and the customer has no cash?

What is a "soap"?

Bringing Power Supplies on Plane?

What can I do to increase the amount of LEDs I can power with a pro micro?

Did Michelle Obama have a staff of 23; and Melania have a staff of 4?



How can I properly set Auto Layout so that a UIImage gets stretched when you pull down from a table view?


How to use auto-layout to move other views when a view is hidden?rootviewcontroller programmatically created not showing content of viewcontroller assignedSwift Changing Navigation Bar in a ViewControllerUINavigationController InheritConstraint to navigation item changes unexpectedError when segueing to view controller with Table View from Textfield in SwiftNavigation bar disappears when show segue is executed from one ViewController to another?Push segue behaves like a Modal SegueGoing from ViewController -> DetailViewContoller ->ViewController and Navigation Item is empty?Navigation Bar doesn't come back once it hides (swipe)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have a navigation controller with large titles enabled which is linked to a ViewController that has inside a TableView, a UIIMage and a button. My View Controller. Now using code I have striped the navigation controller image so that I can use my own custom one instead as you can see in the photo above. The code I used is the following :



if let navController = navigationController 
System.clearNavigationBar(forBar: navController.navigationBar)
navController.view.backgroundColor = .clear





Now the desired result I want is this. When I scroll through the items of the table view, the large title should go on the very top of the screen with smaller letters just like default and when I drag my finger down where there aren't any items, when you let go it springs back to normal. The thing is that the default movement of the navigation bar title is to go downwards as well, but the UIImage should stretch with it and spring back to normal when you let go.



Can I achieve this using the constraints that you set via the Main.storyboard, or only with code?



Thank you in advance!










share|improve this question






























    0















    I have a navigation controller with large titles enabled which is linked to a ViewController that has inside a TableView, a UIIMage and a button. My View Controller. Now using code I have striped the navigation controller image so that I can use my own custom one instead as you can see in the photo above. The code I used is the following :



    if let navController = navigationController 
    System.clearNavigationBar(forBar: navController.navigationBar)
    navController.view.backgroundColor = .clear





    Now the desired result I want is this. When I scroll through the items of the table view, the large title should go on the very top of the screen with smaller letters just like default and when I drag my finger down where there aren't any items, when you let go it springs back to normal. The thing is that the default movement of the navigation bar title is to go downwards as well, but the UIImage should stretch with it and spring back to normal when you let go.



    Can I achieve this using the constraints that you set via the Main.storyboard, or only with code?



    Thank you in advance!










    share|improve this question


























      0












      0








      0








      I have a navigation controller with large titles enabled which is linked to a ViewController that has inside a TableView, a UIIMage and a button. My View Controller. Now using code I have striped the navigation controller image so that I can use my own custom one instead as you can see in the photo above. The code I used is the following :



      if let navController = navigationController 
      System.clearNavigationBar(forBar: navController.navigationBar)
      navController.view.backgroundColor = .clear





      Now the desired result I want is this. When I scroll through the items of the table view, the large title should go on the very top of the screen with smaller letters just like default and when I drag my finger down where there aren't any items, when you let go it springs back to normal. The thing is that the default movement of the navigation bar title is to go downwards as well, but the UIImage should stretch with it and spring back to normal when you let go.



      Can I achieve this using the constraints that you set via the Main.storyboard, or only with code?



      Thank you in advance!










      share|improve this question














      I have a navigation controller with large titles enabled which is linked to a ViewController that has inside a TableView, a UIIMage and a button. My View Controller. Now using code I have striped the navigation controller image so that I can use my own custom one instead as you can see in the photo above. The code I used is the following :



      if let navController = navigationController 
      System.clearNavigationBar(forBar: navController.navigationBar)
      navController.view.backgroundColor = .clear





      Now the desired result I want is this. When I scroll through the items of the table view, the large title should go on the very top of the screen with smaller letters just like default and when I drag my finger down where there aren't any items, when you let go it springs back to normal. The thing is that the default movement of the navigation bar title is to go downwards as well, but the UIImage should stretch with it and spring back to normal when you let go.



      Can I achieve this using the constraints that you set via the Main.storyboard, or only with code?



      Thank you in advance!







      swift xcode autolayout






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 27 at 12:03









      Defkalion1Defkalion1

      239 bronze badges




      239 bronze badges

























          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%2f55376739%2fhow-can-i-properly-set-auto-layout-so-that-a-uiimage-gets-stretched-when-you-pul%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%2f55376739%2fhow-can-i-properly-set-auto-layout-so-that-a-uiimage-gets-stretched-when-you-pul%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