Giter Club home page Giter Club logo

stretchheader's People

Contributors

mzyy94 avatar y-hryk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

stretchheader's Issues

only enable parallax effect in image view

i have two view in header view one is header parallax view one is image view(default image view) and other view i have added.i want to disable parallax effect in other view ??? how to disable effect for other view

let options = StretchHeaderOptions()
options.position = .fullScreenTop //underNavigationBar

let canvasSize = CGSize(width: view.frame.size.width, height: 400)
let imageSize = CGSize(width: view.frame.size.width, height: 200)

header = StretchHeader()
header.stretchHeaderSize(headerSize: canvasSize,
                         imageSize: imageSize,
                         controller: self,
                         options: options)
header.imageView.image = UIImage(named: "image view")
header.addSubview(self.searchView)

searchView.translatesAutoresizingMaskIntoConstraints = false
searchView.heightAnchor.constraint(equalToConstant: 200).isActive = true
searchView.topAnchor.constraint(equalTo: header.imageView.bottomAnchor).isActive  = true
searchView.leftAnchor.constraint(equalTo: header.imageView.leftAnchor).isActive  = true
searchView.rightAnchor.constraint(equalTo: header.imageView.rightAnchor).isActive  = true

i dont want parallax effect in searchView.how to disable its effect.

Navigation bar issue when connected to Hotspot

Hi ,
I noticed there is a issue when I connected to Personal Hotspot , or when open Google Maps Etc..
That mean when the Status bar hight size changed from regular size
The navigation bar will looks weird !

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.