Skip to content

Commit

Permalink
[#1441] add example for string
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Dec 15, 2022
1 parent 322f711 commit 874ba2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/CCC/UI/Slider/SlideView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ struct SlideView: View {
struct SlideViewPreviews: PreviewProvider {
static var previews: some View {
SlideView(
// title: MR.strings().slide_intro_title.get() // this doens't work too
title: "Test Title",
image: Image(systemName: "gear"),
subTitle1: "Subtitle 1",
Expand Down

0 comments on commit 874ba2a

Please sign in to comment.