Skip to content

Commit

Permalink
feat: 재고수정 버튼 터치시 재고수정 화면 모달창을 띄우도록 함 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonkim0 committed Oct 27, 2021
1 parent 23eebcc commit a9c63bd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
18 changes: 18 additions & 0 deletions JuiceMaker/JuiceMaker/Controller/StockModifyViewController.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// StockModifyViewController.swift
// JuiceMaker
//
// Created by si won kim on 2021/10/26.
//

import UIKit

class StockModifyViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

// Do any additional setup after loading the view.
}

}
16 changes: 12 additions & 4 deletions JuiceMaker/JuiceMaker/View/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="DCG-dP-Fms">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="DCG-dP-Fms">
<device id="retina6_0" orientation="landscape" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
Expand Down Expand Up @@ -215,7 +216,11 @@
</constraints>
</view>
<navigationItem key="navigationItem" title="맛있는 쥬스를 만들어 드려요!" id="Eal-fj-o4N">
<barButtonItem key="rightBarButtonItem" title="재고수정" id="C3q-Te-cNT"/>
<barButtonItem key="rightBarButtonItem" title="재고수정" id="C3q-Te-cNT">
<connections>
<segue destination="Yu1-lM-nqp" kind="presentation" id="Bxx-rI-deZ"/>
</connections>
</barButtonItem>
</navigationItem>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
Expand Down Expand Up @@ -249,7 +254,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="D7X-vx-u60">
<rect key="frame" x="60" y="63" width="724" height="195"/>
<rect key="frame" x="60" y="50" width="724" height="195"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="8wA-yN-4Dl">
<rect key="frame" x="0.0" y="0.0" width="132" height="195"/>
Expand Down Expand Up @@ -408,6 +413,9 @@
<point key="canvasLocation" x="1637" y="21"/>
</scene>
</scenes>
<inferredMetricsTieBreakers>
<segue reference="Bxx-rI-deZ"/>
</inferredMetricsTieBreakers>
<resources>
<namedColor name="AccentColor">
<color red="0.0" green="0.46000000000000002" blue="0.89000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand Down

0 comments on commit a9c63bd

Please sign in to comment.