GithubHelp home page GithubHelp logo

Comments (1)

amondnet avatar amondnet commented on September 28, 2024

로그인 화면 한글로 변경하려면 어떻게 하나요?

device 또는 simulator 의 언어 설정을 한글(Korean) 로 바꾸시면 됩니다.

화면 UI가 기본적으로 아래 UI인(첫번째 이미지) 것인가요?

네 카카오 sdk 에 제공하는 기본 UI 입니다.

아래 두번째 화면 처럼 나오게 하려면 어떻게 하나요?

KakaoOpenSDK 의 KOSession.h 에

  • modalPresentationStyle ( kakaoopensdk v1.19.0 이상 , 현재 v1.17 사용)
  • @Property (nonatomic, assign) UIBarStyle presentedViewBarStyle; // 웹뷰의 타이틀 바 스타일.
  • @Property (nonatomic, assign, getter=isPresentedViewBarTranslucent) BOOL presentedViewBarTranslucent;
  • @Property (nonatomic, strong) UIColor *presentedViewBarTintColor; // 웹뷰의 타이틀 바 색깔.
  • @Property (nonatomic, strong) UIColor *presentedViewBarButtonTintColor; // 웹뷰의 버튼 색깔.

이 있습니다.

제목도 logIn이 아닌 두번째 처럼 카카오 로그인 으로 변경하려면 어떻게 하나요?

device 또는 simulator 의 언어 설정을 한글(Korean) 로 바꾸시면 됩니다.

from flutter_kakao_login.

Related Issues (20)

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.