GithubHelp home page GithubHelp logo

ramotion / elongation-preview Goto Github PK

View Code? Open in Web Editor NEW
897.0 897.0 95.0 26.04 MB

:octocat: ElongationPreview is an elegant UI push-pop style view controller. iOS library made by @Ramotion

Home Page: https://www.ramotion.com/ios-mobile-app-development-ui-library-for-interaction-with-cards/

License: MIT License

Ruby 0.68% Objective-C 0.70% Swift 98.62%
ios library swift

elongation-preview's People

Contributors

0ber avatar aleksei1000000 avatar alexmik89 avatar av0c0der avatar igork-ramotion avatar ikolpachkov avatar juriv avatar ramotiondev avatar ronnielsen avatar v-ken 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  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

elongation-preview's Issues

Using this without StoryBoard

Is it possible to use this library on a current project that does not utilize the storyboard and everything is coded including tableviews and collection view and its corresponding custom cells.

transition error??

while holding and touching a cell to show the middle info section the constraints or animations get ruined .. is there any way i can fix this help me out..

Tableviewcell error

this class is not key value coding-compliant for the key bottomView.
unable to get the code running. I used the demo cell in my project but cannot get it to run

Replaced the GridViewCell with my own custom cell but can't connect to my cell to start populating data in my labels

Replaced the GridViewCell with my own custom cell but can't connect to my cell to start populating data in my labels. Get error value type 'UITableViewCell' has no member 'loreLabel'

import UIKit
import ElongationPreview

class DetailViewController: ElongationDetailViewController {

var datasource: [ChampionLore] = ChampionLore.loreData

override func viewDidLoad() {
    super.viewDidLoad()
    tableView.backgroundColor = .black
    tableView.separatorStyle  = .none
    tableView.register(UINib(nibName: "AllTableViewCell", bundle: nil), forCellReuseIdentifier: "AllTableViewCell")
}

override func tableView(_: UITableView, numberOfRowsInSection _: Int) -> Int {
    return 1
}
   
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCell(withIdentifier: "AllTableViewCell")!
    
    let loreInfo = datasource[indexPath.row]
    cell.loreLabel.text = loreInfo.lore
    
    return cell
}

}

Tableview error

elongation-preview implement using pod file, and when i push -> error like this

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UITableViewController loadView] instantiated view controller with identifier "ViewController" from storyboard "Home", but didn't get a UITableView.'

Does not work with Side menu and tab bar controllers??

need help .. error occurs at Elongation Transition in root function and sometimes it does work if i open side menu first showing(Presenting view controllers on detached view controllers is discouraged ) but if i open and close side menu again it crashes.

Button action not being fired from the bottom view.

I tried adding a button to the bottom view and noticed that if I normal tap, the button action is not being triggered. I tried adding this code to the SwipeableTableViewController but it still does not seem to encapsulate the button touch.

public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool {
if (touch.view is UIButton) {
return false
}
return true
}

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.