Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Dec 14, 2018
1 parent 0188fdf commit 7964c75
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Check https://github.com/bakkenbaeck/Viewer/releases for more information.
Check https://github.com/3lvis/Viewer/releases for more information.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GitHub Issues is for reporting bugs, discussing features and general feedback in **Viewer**. Be sure to check our [documentation](http://cocoadocs.org/docsets/Viewer), [FAQ](https://github.com/bakkenbaeck/Viewer/blob/master/README.md#faq) and [past issues](https://github.com/bakkenbaeck/Viewer/issues?state=closed) before opening any new issues.
GitHub Issues is for reporting bugs, discussing features and general feedback in **Viewer**. Be sure to check our [documentation](http://cocoadocs.org/docsets/Viewer), [FAQ](https://github.com/3lvis/Viewer/blob/master/README.md#faq) and [past issues](https://github.com/3lvis/Viewer/issues?state=closed) before opening any new issues.

If you are posting about a crash in your application, a stack trace is helpful, but additional context, in the form of code and explanation, is necessary to be of any use.

Expand Down
4 changes: 2 additions & 2 deletions Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -406,13 +406,13 @@
146D72AB1AB782920058798C = {
CreatedOnToolsVersion = 6.2;
DevelopmentTeam = D34XZHQLE3;
DevelopmentTeamName = "Bakken & Bæck AS";
DevelopmentTeamName = "Elvis Nuñez AS";
LastSwiftMigration = 0900;
};
14C983FC1C0DE79200B5E515 = {
CreatedOnToolsVersion = 7.2;
DevelopmentTeam = D34XZHQLE3;
DevelopmentTeamName = "Bakken & Bæck AS";
DevelopmentTeamName = "Elvis Nuñez AS";
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Licensed under the **MIT** license

> Copyright (c) 2016 Bakken & Bæck
> Copyright (c) 2016 Elvis Nuñez
>
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Licensed under the **MIT** license
// Copyright (c) 2016 Bakken & Bæck
// Copyright (c) 2016 Elvis Nuñez
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Viewer](https://raw.githubusercontent.com/bakkenbaeck/Viewer/master/GitHub/viewer-logo-2.jpg)
![Viewer](https://raw.githubusercontent.com/3lvis/Viewer/master/GitHub/viewer-logo-2.jpg)

<div align = "center">
<a href="https://cocoapods.org/pods/Viewer">
<img src="https://img.shields.io/cocoapods/v/Viewer.svg?style=flat" />
</a>

<a href="https://github.com/bakkenbaeck/Viewer">
<a href="https://github.com/3lvis/Viewer">
<img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" />
</a>

Expand Down Expand Up @@ -36,44 +36,44 @@
Select an image to enter into lightbox mode.

<p align="center">
<img src="https://github.com/bakkenbaeck/Viewer/raw/master/GitHub/focus.gif"/>
<img src="https://github.com/3lvis/Viewer/raw/master/GitHub/focus.gif"/>
</p>

### Browse

Open an image or video to browse.

<p align="center">
<img src="https://github.com/bakkenbaeck/Viewer/raw/master/GitHub/play.gif"/>
<img src="https://github.com/3lvis/Viewer/raw/master/GitHub/play.gif"/>
</p>

### Rotation

Portrait or landscape, it just works.

<p align="center">
<img src="https://github.com/bakkenbaeck/Viewer/raw/master/GitHub/rotation.gif"/>
<img src="https://github.com/3lvis/Viewer/raw/master/GitHub/rotation.gif"/>
</p>

### Zoom

Pinch-to-zoom works seamlessly in images.

<p align="center">
<img src="https://raw.githubusercontent.com/bakkenbaeck/Viewer/master/GitHub/zoom.gif"/>
<img src="https://raw.githubusercontent.com/3lvis/Viewer/master/GitHub/zoom.gif"/>
</p>

### tvOS

Support for the Apple TV.

<p align="center">
<img src="https://raw.githubusercontent.com/bakkenbaeck/Viewer/master/GitHub/tv.gif"/>
<img src="https://raw.githubusercontent.com/3lvis/Viewer/master/GitHub/tv.gif"/>
</p>

## Setup

You'll need a collection of items that comform to the [Viewable protocol](https://github.com/bakkenbaeck/Viewer/blob/master/Source/Viewable.swift). Then, from your UICollectionView:
You'll need a collection of items that comform to the [Viewable protocol](https://github.com/3lvis/Viewer/blob/master/Source/Viewable.swift). Then, from your UICollectionView:

```swift
import Viewer
Expand Down Expand Up @@ -104,7 +104,7 @@ pod 'Viewer'
### Carthage

```ruby
github "bakkenbaeck/Viewer"
github "3lvis/Viewer"
```

## License
Expand All @@ -113,10 +113,10 @@ github "bakkenbaeck/Viewer"

## Author

<a href=https://bakkenbaeck.com>
<img src="https://raw.githubusercontent.com/bakkenbaeck/Viewer/master/GitHub/bakkenbaeck-logo.jpg" />
<a href=https://3lvis.com>
<img src="https://raw.githubusercontent.com/3lvis/Viewer/master/GitHub/3lvis-logo.jpg" />
</a>

We are a digital studio that helps startups and established companies invent, build, and launch their next product or venture.

We also build startups of our own. If you would like to work on open source components like this one you would probably be interested in [joining us](https://bakkenbaeck.com/jobs).
We also build startups of our own. If you would like to work on open source components like this one you would probably be interested in [joining us](https://3lvis.com/jobs).
2 changes: 1 addition & 1 deletion Source/ViewerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public protocol ViewerControllerDelegate: class {

/// The ViewerController takes care of displaying the user's photos and videos in full-screen. You can swipe right or left to navigate between them.
public class ViewerController: UIViewController {
static let domain = "com.bakkenbaeck.Viewer"
static let domain = "com.3lvis.Viewer"
fileprivate static let HeaderHeight = CGFloat(64)
fileprivate static let FooterHeight = CGFloat(50)
fileprivate static let DraggingMargin = CGFloat(60)
Expand Down
8 changes: 4 additions & 4 deletions Viewer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Pod::Spec.new do |s|
s.name = "Viewer"
s.summary = "Image viewer (or Lightbox) with support for local and remote videos and images"
s.version = "3.0.0"
s.homepage = "https://github.com/bakkenbaeck/Viewer"
s.homepage = "https://github.com/3lvis/Viewer"
s.license = 'MIT'
s.author = { "Bakken & Bæck AS" => "post@bakkenbaeck.com" }
s.source = { :git => "https://github.com/bakkenbaeck/Viewer.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/bakkenbaeck'
s.author = { "Elvis Nuñez AS" => "post@3lvis.com" }
s.source = { :git => "https://github.com/3lvis/Viewer.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/3lvis'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
Expand Down

0 comments on commit 7964c75

Please sign in to comment.