Zeplin-ios - First unofficial community driven Zeplin iOS Application

Overview

Due to the lack of support and Zeplin's internal policies, we stopped working on Zeplin iOS application. More information can be found through https://twitter.com/yagiznizipli/status/1238143337661640706

So, apparently instead of replying to our emails Zeplin decided with promoting non-open sourced version of zeplin client (https://blog.zeplin.io/making-zeplin-mobile-with-zeplin-api-2db73dc2a0dd…) What a good time to be an open source contributor!


Zeplin iOS

Say hello to first unofficial Zeplin companion app, Zeplin Client!

Zeplin iOS Application

It is the only app you need to preview your designs on Zeplin. Simply, log in to your Zeplin account and Zeplin Client will bring your projects into your iPhone.

Zeplin Screens, Natively on iPhone πŸš€

Easily browse through sections and view screens.

Pixel Perfect πŸ“

Fit any design on your iPhone’s screen or view it in its original resolution.

More to Come πŸ’‘

  • Adding Comments
  • Notifications
  • Prototype View

Having trouble or want to give feedback? Feel free to contact us at [email protected].

You might also like...
Zeplin component preview for your SwiftUI views
Zeplin component preview for your SwiftUI views

A Zeplin component preview for your SwiftUI views. You can use Zeplin components instead of real views within your app until you implement them.

Gett's Design System code generator. Use Zeplin Styleguides as your R&D's Single Source of Truth.
Gett's Design System code generator. Use Zeplin Styleguides as your R&D's Single Source of Truth.

Prism is a Design System code generator developed by the team at Gett πŸš• . Synchronizing design teams with engineering teams is a huge challenge. As t

XCSnippetsApp - macOS application to explore code snippets from the Swift and iOS community, view and edit the snippets before adding them conveniently to Xcode
XCSnippetsApp - macOS application to explore code snippets from the Swift and iOS community, view and edit the snippets before adding them conveniently to Xcode

XCSnippetsApp macOS application to explore code snippets from the Swift and iOS community, view and edit the snippets before adding them conveniently

Tech-Career-Growth-iOS - Official iOS app for the Tech Career Growth community

Developing the app Open the project from TCG.xcworkspace, not TCG.xcodeproj. It

Redux abstractions for BetterMe projects and iOS community

ReduxCore Redux abstractions on Swift for BetterMe projects and iOS community Installation CocoaPods You can install ReduxCore via CocoaPods by adding

Spin aims to provide a versatile Feedback Loop implementation working with the three main reactive frameworks available in the Swift community (RxSwift, ReactiveSwift and Combine)
Spin aims to provide a versatile Feedback Loop implementation working with the three main reactive frameworks available in the Swift community (RxSwift, ReactiveSwift and Combine)

With the introduction of Combine and SwiftUI, we will face some transition periods in our code base. Our applications will use both Combine and a thir

swiftUIviews is an online collection of beautifly designed swiftUIViews by the swift community
swiftUIviews is an online collection of beautifly designed swiftUIViews by the swift community

swiftUIViews | πŸ‘‹ swiftUIviews is an online collection of beautifly designed swiftUIViews by the swift community. Feelin like contributing? Follow the

Meet Genius - A community where geniuses meet
Meet Genius - A community where geniuses meet

Yep A community where geniuses meet https://soyep.com Yep: Project Introductory Guide Please build with the latest CocoaPods v0.39.0 and Xcode 7.2. In

An online community of professional chefs, home cooks, and food lovers worldwide
An online community of professional chefs, home cooks, and food lovers worldwide

Yoke is an online community of professional chefs, home cooks, and food lovers worldwide. Whether you are looking for an expert or a home chef, a fanc

WWDCScholars is a community of Apple WWDC Scholarship winners

WWDCScholars iOS App WWDCScholars is a community of Apple WWDC Scholarship winners. Every year bright minds from all around the world compete against

The first non-jailbroken iOS (and macOS) application to adjust the screen temperature, brightness, and color!

GoodNight Project name thanks to @Emu4iOS. Based off of Thomas Finch's GammaThingy. GoodNight is an app that allows you to directly access the screen'

In this tutorial, you’ll write your very first Core Data application with SwiftUI in Xcode

TodoApp-IOS In this tutorial, you’ll write your very first Core Data application with SwiftUI in Xcode. You’ll see how easy it is to get started with

🏷 iOS11 demo application for predicting gender from first names.
🏷 iOS11 demo application for predicting gender from first names.

Names CoreML Demo A Demo application using CoreML framework for predicting gender from first names. Model This demo is based on An introduction to Mac

Unofficial Dribbble iOS wrapper allows you to integrate Dribble API into iOS application (Designer, Shot, Comment, User Story, Like, Follow)

DribbbleSDK DribbbleSDK is easy-to-use iOS wrapper for Dribbble SDK. We're working hard to complete the full coverage of available methods and make th

An *Unofficial* Uitzending Gemist application for Apple TV 4 (**deprecated, use TV Gemist ☝🏻**)
An *Unofficial* Uitzending Gemist application for Apple TV 4 (**deprecated, use TV Gemist ☝🏻**)

Uitzending Gemist UitzendingGemist is an unofficial native Uitzending Gemist and NPO Live application for the Apple TV 4 developed in Swift. It will a

I built this application with unit testing and test-driven development to understand TDD theory and practice
I built this application with unit testing and test-driven development to understand TDD theory and practice

TestDrivenDevelopment Description I built this application with unit testing and test-driven development to understand TDD theory and practice, to wri

MyFirstIOSApp - Coding my first IOS app. Following Stanford University's course CS193p (Developing Applications for IOS using SwiftUI)

MyFirstIOSApp πŸ“± πŸ‘¨β€πŸ’» Coding my first IOS app πŸ“– Following Stanford University'

Trivia about Animal Crossing: New Horizons. My first iOS (iPhone) app.

ACNH-trivia-iOS-app Trivia about Animal Crossing: New Horizons. This is my first iOS (iPhone) app. I am excited to start my journey as an iOS develope

Yummies is my first attempt at building a native iOS app using Swift and SwiftUI

Yummies is my first attempt at building a native iOS app using Swift and SwiftUI. A recipe browser where you can pin your favorite ones. Powered by Edamam Recipe Search API.

Comments
  • Fix google auth user agent error by setting fake user agent

    Fix google auth user agent error by setting fake user agent

    When I tried to log in with google, I saw an error that name is "disallowed user agent". I fixed that by adding a fake user-agent but I am not sure that it is the right way.

    opened by gokhanamal 3
  • Colors assets added and removed string based literals

    Colors assets added and removed string based literals

    Added Colors asset and renamed static variables to that stored colors the pr has changes in the project file itself to be able to build it if you can revert it back and remove the bundle identifier and also rename the colors based on the design namings would be good :)

    opened by onurhuseyincantay 1
  • iOS 13.4 logging with wkwebview error

    iOS 13.4 logging with wkwebview error

    Describe the bug When using iOS 13.4, webview doesn't redirect user to zeplin authentication page.

    To Reproduce Steps to reproduce the behavior:

    1. Go to login
    2. Click on login button.
    3. Fill in your username and password.
    4. You'll see that Zeplin page is loaded.

    Expected behavior You need to see Zeplin authentication page for validation.

    Smartphone (please complete the following information):

    • OS: iOS 13.4
    bug 
    opened by anonrig 0
  • Push notification suupport

    Push notification suupport

    Is your feature request related to a problem? Please describe. It's not possible to send messages to users when Zeplin api is down.

    Describe the solution you'd like Using Onesignal.

    enhancement 
    opened by anonrig 0
Releases(1.0.4)
  • 1.0.3(Apr 18, 2020)

    Changes

    • Added push notification support
    • Better error handling on authentication related issues
    • Converted the application to use Reactive Flow Pattern (using RxFlow)
    • Added zpl:// deep link support
    • Fixed full screen resolution issue on screen view
    • Fixed pull to refresh glitch on projects and project views
    • Added sentry for error reporting

    For more information and suggestions please email us at [email protected]

    Source code(tar.gz)
    Source code(zip)
  • 1.0.2(Mar 7, 2020)

    Changes

    • Add pull to refresh functionality to projects and project view
    • Add search functionality to projects view
    • Fix several issues regarding design
    • Improve code styling
    Source code(tar.gz)
    Source code(zip)
  • 1.0.1(Mar 5, 2020)

Bitrise-iOS - Client iOS app for bitrise.io πŸš€

?? SwiftUI version is available as beta ?? Bitrise iOS Client app ?? Features βœ… App List GET /me/apps Shows last visited app page on launch βœ… Build Li

Toshihiro Suzuki 142 Dec 19, 2022
Buglife-iOS - Awesome bug reporting for iOS apps

Buglife is an awesome bug reporting SDK & web platform for iOS apps. Here's how it works: User takes a screenshot, or stops screen recording User anno

Buglife 498 Dec 17, 2022
A native Jellyfin client for Apple platforms (iOS, macOS and tvOS)

Jellyfin Swift (working title) is a native Swift app targeting all modern Apple devices (iOS, ipadOS, tvOS and macOS).

Julien Machiels 3 Jun 7, 2021
AppLove - View iOS app reviews in multiple selected territories with translation option.

App Love Note: Swift Version 2.2 currently, will update to Swift 3/XCode 8 after cocoapods are updated to Swift 3. Features View iOS Customer App Revi

Woodie Dovich 52 Nov 19, 2022
Awesome-ML - Discover, download, compile & launch different image processing & style transfer CoreML models on iOS.

⚠️ ⚠️ ⚠️ IMPORTANT: I'm no longer maintaining Awesome-ML. Awesome ML is an iOS app that is made to demonstrate different image processing CoreML model

eugene 171 Nov 8, 2022
BaseConverter-iOS - The fast and easy way to convert numbers with tons of possibilities!

BaseConverter-iOS The fast and easy way to convert numbers with tons of possibilities! With BaseConverter, convert your numbers from and to: Decimal B

Groupe MINASTE 3 Feb 8, 2022
Dash-iOS - Dash gives your iPad and iPhone instant offline access to 200+ API documentation sets

Discontinued Dash for iOS was discontinued. Please check out Dash for macOS instead. Dash for iOS Dash gives your iPad and iPhone instant offline acce

Bogdan Popescu 7.1k Dec 29, 2022
DevSwitch - An iOS app for switching between countries on the App Store with ease.

Archived as of 24/04/2021. Apple has again broken the URLs required for storefront switching. I've decided to archive DevSwitch due to this. If Apple

Aaron Pearce 432 Jan 3, 2023
A community-driven replacement for JSQMessagesViewController

A community-driven replacement for JSQMessagesViewController https://messagekit.github.io Goals Provide a ?? safe ?? environment for others to learn a

MessageKit 5.4k Jan 7, 2023
A community-driven replacement for JSQMessagesViewController

A community-driven replacement for JSQMessagesViewController https://messagekit.github.io Goals Provide a ?? safe ?? environment for others to learn a

MessageKit 5.4k Jan 2, 2023