Loading…
iPad のサポート #131
Open
+87
−5
Watson1978
commented
Watson1978
added
some commits
Watson1978
commented
https://twitter.com/watson1978/status/648184462606385152 の対処を忘れてた・・・orz
Owner
naoya
commented
おお・・・すごいw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commits on Sep 29, 2015
-
Watson1978 authored
Commits on Oct 2, 2015
-
Watson1978 authored
-
Watson1978 authored
This page is out of date. Refresh to see the latest.
Showing
with
87 additions
and 5 deletions.
- +9 −2 Rakefile
- +8 −0 app/controller/base/hbfav2_ui_table_view_controller.rb
- +12 −0 app/controller/base/hbfav2_ui_view_controller.rb
- +3 −0 app/controller/bookmark_view_controller.rb
- +8 −0 app/controller/left_view_controller.rb
- +6 −3 app/controller/web_view_controller.rb
- BIN resources/Default-Landscape.png
- BIN resources/Default-Landscape@2x.png
- BIN resources/Default-Portrait.png
- BIN resources/Default-Portrait@2x.png
- BIN resources/LaunchScreen-logo.png
- +41 −0 resources/LaunchScreen.storyboard
11
Rakefile
8
app/controller/base/hbfav2_ui_table_view_controller.rb
12
app/controller/base/hbfav2_ui_view_controller.rb
3
app/controller/bookmark_view_controller.rb
8
app/controller/left_view_controller.rb
9
app/controller/web_view_controller.rb
BIN
resources/Default-Landscape.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN
resources/Default-Landscape@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN
resources/Default-Portrait.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN
resources/Default-Portrait@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN
resources/LaunchScreen-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41
resources/LaunchScreen.storyboard
@@ -0,0 +1,41 @@ | ||
+<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="15B22c" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM"> | ||
+ <dependencies> | ||
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/> | ||
+ <capability name="Constraints to layout margins" minToolsVersion="6.0"/> | ||
+ </dependencies> | ||
+ <scenes> | ||
+ <!--View Controller--> | ||
+ <scene sceneID="EHf-IW-A2E"> | ||
+ <objects> | ||
+ <viewController id="01J-lp-oVM" sceneMemberID="viewController"> | ||
+ <layoutGuides> | ||
+ <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/> | ||
+ <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/> | ||
+ </layoutGuides> | ||
+ <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> | ||
+ <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | ||
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
+ <subviews> | ||
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="LaunchScreen-logo" translatesAutoresizingMaskIntoConstraints="NO" id="6sl-r1-1nk"> | ||
+ <rect key="frame" x="95" y="403" width="100" height="100"/> | ||
+ <animations/> | ||
+ </imageView> | ||
+ </subviews> | ||
+ <animations/> | ||
+ <color key="backgroundColor" red="0.13333333333333333" green="0.50588235294117645" blue="0.76470588235294112" alpha="1" colorSpace="calibratedRGB"/> | ||
+ <constraints> | ||
+ <constraint firstItem="6sl-r1-1nk" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leadingMargin" id="Cc9-Xa-m0D"/> | ||
+ <constraint firstItem="xb3-aO-Qok" firstAttribute="top" secondItem="6sl-r1-1nk" secondAttribute="bottom" constant="21" id="xQQ-tG-LxJ"/> | ||
+ </constraints> | ||
+ </view> | ||
+ </viewController> | ||
+ <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
+ </objects> | ||
+ <point key="canvasLocation" x="53" y="375"/> | ||
+ </scene> | ||
+ </scenes> | ||
+ <resources> | ||
+ <image name="LaunchScreen-logo" width="16" height="16"/> | ||
+ </resources> | ||
+</document> |
iPad のサポートを追加し、iOS 9 で追加された Split View に対応させてみました。
Split View に対応させるために LaunchScreen.storyboard を追加していますが、
iPhone 上でも起動時にこれが表示されるようになるはずです。
(適当に追加したので、修正した方が良いのかも・・・)
iPad を回転させたときに画面がみだれる現象があり対応してますが、
まだおかしな箇所があればご連絡ください。