SvenTiigi / WhatsNewKit

Showcase your awesome new app features πŸ“±
https://sventiigi.github.io/WhatsNewKit/
MIT License
3.87k stars 190 forks source link

Example was written with a previous version? #11

Closed wizard699 closed 5 years ago

wizard699 commented 5 years ago

There are problema in SharedTheme with WhatsNewKit 1.0.2. Perhaps the example was implemented with a different version????

wizard699 commented 5 years ago

More detail: the file SharedTheme.swift in example, with the last versione (from CocoaPod) of WhatsNewKit, have this error:

Missing argument for parameter 'backgroundColor' in call

wizard699 commented 5 years ago

All is ok. I've update to the release 1.1.2. Thanks

SvenTiigi commented 5 years ago

Hey @wizard699

Perfect πŸ‘

You might also take a look at the new release 1.1.3 which has a completely refactored and updated Example Application.

wizard699 commented 5 years ago

Thanks a lot

Inviato da iPhone

Il giorno 20 ott 2018, alle ore 19:06, Sven Tiigi notifications@github.com ha scritto:

Hey @wizard699

Perfect πŸ‘

You might also take a look at the new release 1.1.3 which has a completely refactored and updated Example Application.

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

wizard699 commented 5 years ago

But, at the moment, from Cocoapod, there is only the 1.1.2 version. It’s correct?

Inviato da iPhone

Il giorno 20 ott 2018, alle ore 19:06, Sven Tiigi notifications@github.com ha scritto:

Hey @wizard699

Perfect πŸ‘

You might also take a look at the new release 1.1.3 which has a completely refactored and updated Example Application.

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

SvenTiigi commented 5 years ago

Hey @wizard699

the latest available Version of WhatsNewKit via CocoaPods is Version 1.1.3.

bildschirmfoto 2018-10-21 um 10 43 05

Please make sure your Podfile is set to:

# All Version up till 1.2.0
pod 'WhatsNewKit', '~> 1.1.0'

# Or retrieve always the latest Version
pod 'WhatsNewKit'

If CocoaPods doesn't fetch the current Version you might run:

pod repo update
wizard699 commented 5 years ago

Yes, iβ€˜ve set in my pod file pod 'WhatsNewKit'

But install always the 1.1.2 release and not the 1.1.3 version

Inviato da iPhone

Il giorno 21 ott 2018, alle ore 10:52, Sven Tiigi notifications@github.com ha scritto:

Hey @wizard699

the latest available Version of WhatsNewKit via CocoaPods is Version 1.1.3.

Please make sure your Podfile is set to:

All Version up till 1.2.0

pod 'WhatsNewKit', '~> 1.1.0'

Or retrieve always the latest Version

pod 'WhatsNewKit' β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.