charu3308
charu3308
when i am importing ibdesignable class in some podfile like JVFloatlabelTextField and cosmosview. Add post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings.delete('CODE_SIGNING_ALLOWED') config.build_settings.delete('CODE_SIGNING_REQUIRED') end end what is this? what is purpose...
let currentDateMoment = moment(currentDate) let numberOfDateMoment = currentDateMoment.add(numberOfDays, TimeUnit.Days) return numberOfDateMoment.date let current date is your from date how manys to added to number of days